Updated Branches:
  refs/heads/master 8c20289e7 -> 29671ce62

Remove duplicate authentication log


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/29671ce6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/29671ce6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/29671ce6

Branch: refs/heads/master
Commit: 29671ce62f5d30f1b99f66f4be71c12b88afc84d
Parents: 8c20289
Author: Manula Thantriwatte <[email protected]>
Authored: Tue Dec 17 17:14:28 2013 +0530
Committer: Manula Thantriwatte <[email protected]>
Committed: Tue Dec 17 17:14:28 2013 +0530

----------------------------------------------------------------------
 .../main/java/org/apache/stratos/cli/RestCommandLineService.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29671ce6/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java
 
b/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java
index e397eb9..5a517f1 100644
--- 
a/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java
+++ 
b/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/RestCommandLineService.java
@@ -121,7 +121,6 @@ public class RestCommandLineService {
                 if (logger.isDebugEnabled()) {
                     logger.debug("Tenant Domain {}", 
restClientService.getUsername());
                 }
-                System.out.println("Loggin successfull");
                 return true;
             } else {
                 // Just return true as we don't need to validate

Reply via email to