revert most of the added debug outputs
This commit is contained in:
@@ -324,7 +324,7 @@ public class SftpStorage extends JavaFileStorageBase {
|
|||||||
jsch = new JSch();
|
jsch = new JSch();
|
||||||
ConnectionInfo ci = splitStringToConnectionInfo(filename);
|
ConnectionInfo ci = splitStringToConnectionInfo(filename);
|
||||||
|
|
||||||
Log.e("KP2AJFS", "init SFTP");
|
Log.d("KP2AJFS", "init SFTP");
|
||||||
|
|
||||||
String base_dir = getBaseDir();
|
String base_dir = getBaseDir();
|
||||||
jsch.setKnownHosts(base_dir + "/known_hosts");
|
jsch.setKnownHosts(base_dir + "/known_hosts");
|
||||||
|
|||||||
Reference in New Issue
Block a user