[Schmitzm-commits] r1962 - trunk/schmitzm-core/src/main/java/de/schmitzm/swing

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 19 23:48:36 CEST 2012


Author: mojays
Date: 2012-04-19 23:48:36 +0200 (Thu, 19 Apr 2012)
New Revision: 1962

Modified:
   trunk/schmitzm-core/src/main/java/de/schmitzm/swing/ProxySettingsPanel.java
Log:
Debug-Messages removed

Modified: trunk/schmitzm-core/src/main/java/de/schmitzm/swing/ProxySettingsPanel.java
===================================================================
--- trunk/schmitzm-core/src/main/java/de/schmitzm/swing/ProxySettingsPanel.java	2012-04-19 21:34:26 UTC (rev 1961)
+++ trunk/schmitzm-core/src/main/java/de/schmitzm/swing/ProxySettingsPanel.java	2012-04-19 21:48:36 UTC (rev 1962)
@@ -118,12 +118,12 @@
    * Sets the {@link Proxy} settings for the panel components.
    */
   public void setProxy(boolean used, Proxy.Type type, String host, int port) {
-    LOGGER.debug("setProxy(.) method parameter:  ProxyUsed = "+used+"\tProxyType = "+type+"\tHost = '"+host+"'\tPort = "+port);
+//    LOGGER.debug("setProxy(.) method parameter:  ProxyUsed = "+used+"\tProxyType = "+type+"\tHost = '"+host+"'\tPort = "+port);
     proxyUsed.setValue(used);
     proxyType.setSelectedItem(type);
     proxyHost.setValue(host);
     proxyPort.setValue(String.valueOf(port));
     updateComponentsEnabled();
-    LOGGER.debug("setProxy(.) components after set:  ProxyUsed = "+proxyUsed.getValue()+"\tProxyType = "+proxyType.getValue()+"\tHost = '"+proxyHost.getValue()+"'\tPort = "+proxyPort.getValue());
+//    LOGGER.debug("setProxy(.) components after set:  ProxyUsed = "+proxyUsed.getValue()+"\tProxyType = "+proxyType.getValue()+"\tHost = '"+proxyHost.getValue()+"'\tPort = "+proxyPort.getValue());
   }
 }



More information about the Schmitzm-commits mailing list