You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2016/11/18 21:13:32 UTC

airavata git commit: removing the temporary log lines

Repository: airavata
Updated Branches:
  refs/heads/develop d41f46b94 -> 98465df45


removing the temporary log lines


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/98465df4
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/98465df4
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/98465df4

Branch: refs/heads/develop
Commit: 98465df455206a3ba1eec8d74d299294b14bf62b
Parents: d41f46b
Author: scnakandala <su...@gmail.com>
Authored: Fri Nov 18 16:13:28 2016 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Fri Nov 18 16:13:28 2016 -0500

----------------------------------------------------------------------
 .../src/main/java/org/apache/airavata/gfac/impl/Factory.java   | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/98465df4/modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/impl/Factory.java
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/impl/Factory.java b/modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/impl/Factory.java
index dfffff6..46e220a 100644
--- a/modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/impl/Factory.java
+++ b/modules/gfac/gfac-impl/src/main/java/org/apache/airavata/gfac/impl/Factory.java
@@ -496,12 +496,6 @@ public abstract class Factory {
 				session.connect(); // 0 connection timeout
 				sessionMap.put(key, session);
 			} catch (JSchException e) {
-				log.error("----------------------------SSH Exception------------------------------");
-				log.error("username: " + serverInfo.getUserName());
-				log.error("private key: " + authentication.getPrivateKey());
-				log.error("public key: " + authentication.getPublicKey());
-				log.error("passphrase: " + authentication.getPassphrase());
-				log.error("----------------------------SSH Exception------------------------------");
 				throw new AiravataException("JSch initialization error ", e);
 			}
 		} else {