revert most of the added debug outputs

This commit is contained in:
Philipp Crocoll
2023-03-16 20:25:57 +01:00
parent e0c003fcb2
commit 6f10a04589

View File

@@ -324,7 +324,7 @@ public class SftpStorage extends JavaFileStorageBase {
jsch = new JSch();
ConnectionInfo ci = splitStringToConnectionInfo(filename);
Log.e("KP2AJFS", "init SFTP");
Log.d("KP2AJFS", "init SFTP");
String base_dir = getBaseDir();
jsch.setKnownHosts(base_dir + "/known_hosts");