[Title] Remove password printout
authorho.namkoong <ho.namkoong@samsung.com>
Mon, 10 Dec 2012 08:18:49 +0000 (17:18 +0900)
committerho.namkoong <ho.namkoong@samsung.com>
Mon, 10 Dec 2012 08:18:49 +0000 (17:18 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: I833a1371848aebdcd8dba382e80851b27a920826

org.tizen.common.sign/src/org/tizen/common/sign/signer/TizenSigner.java

index efbc142..6478c7e 100644 (file)
@@ -45,9 +45,6 @@ public class TizenSigner {
 
         if (args.length != 11) {
             usage();
-            for(int i=0; i<args.length; i++) {
-                System.out.println("ARG " + i + ": " + args[i]);
-            }
             return;
         }