Skip to content

Commit

Permalink
remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
maks committed Mar 18, 2018
1 parent 44e4451 commit f7ca88d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ protected JSch createDefaultJSch(FS fs) throws JSchException {
File sshDir = PrivateKeyUtils.getPrivateKeyFolder();
for (File file : sshDir.listFiles()) {
KeyPair kpair = KeyPair.load(jsch, file.getAbsolutePath());
Timber.d("PRIV KEY: %s has PASSWD: %b", file.getAbsolutePath(), kpair.isEncrypted());
jsch.addIdentity(file.getAbsolutePath());
}
return jsch;
Expand Down

0 comments on commit f7ca88d

Please sign in to comment.