[rhq] Branch 'rhq-on-as7' - modules/enterprise

mazz mazz at fedoraproject.org
Fri Aug 3 18:24:19 UTC 2012


 modules/enterprise/gui/installer/src/main/java/org/rhq/enterprise/gui/installer/server/servlet/ServerInstallUtil.java |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 6eb1b88993bb3fe1daa6020c19eab22ee489305e
Author: John Mazzitelli <mazz at redhat.com>
Date:   Fri Aug 3 14:24:15 2012 -0400

    opps. forgot to take this out

diff --git a/modules/enterprise/gui/installer/src/main/java/org/rhq/enterprise/gui/installer/server/servlet/ServerInstallUtil.java b/modules/enterprise/gui/installer/src/main/java/org/rhq/enterprise/gui/installer/server/servlet/ServerInstallUtil.java
index 25eb39b..5dbac87 100644
--- a/modules/enterprise/gui/installer/src/main/java/org/rhq/enterprise/gui/installer/server/servlet/ServerInstallUtil.java
+++ b/modules/enterprise/gui/installer/src/main/java/org/rhq/enterprise/gui/installer/server/servlet/ServerInstallUtil.java
@@ -270,7 +270,6 @@ public class ServerInstallUtil {
      */
     public static Connection getDatabaseConnection(String connectionUrl, String userName, String password)
         throws SQLException {
-        System.out.println(deobfuscatePassword(obfuscatePassword("helloworld!")));
         return DbUtil.getConnection(connectionUrl, userName, password);
     }
 




More information about the rhq-commits mailing list