Skip to content

Commit b76e501

Browse files
committed
removed PasswordGenerator.main
unused method, probably for debugging/testing purposes Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
1 parent 5cc411a commit b76e501

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

utils/src/com/cloud/utils/PasswordGenerator.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,4 @@ public static String rot13(final String password) {
9595

9696
return newPassword.toString();
9797
}
98-
99-
public static void main(String [] args) {
100-
for (int i=0; i < 100; i++) {
101-
System.out.println("PSK: " + generatePresharedKey(24));
102-
}
103-
for (int i=0; i < 100; i++) {
104-
System.out.println("Password: " + generateRandomPassword(6));
105-
}
106-
}
10798
}

0 commit comments

Comments
 (0)