Author: glen
Date: Tue Jan 15 09:08:36 2008
New Revision: 12287
Log:
Remove System.out.println()s
Modified:
trunk/commons/deployers/axis1deployer/src/main/java/a1deployer/Axis1Deployer.java
Modified:
trunk/commons/deployers/axis1deployer/src/main/java/a1deployer/Axis1Deployer.java
==============================================================================
---
trunk/commons/deployers/axis1deployer/src/main/java/a1deployer/Axis1Deployer.java
(original)
+++
trunk/commons/deployers/axis1deployer/src/main/java/a1deployer/Axis1Deployer.java
Tue Jan 15 09:08:36 2008
@@ -72,7 +72,6 @@
}
public void parameterChanged(String name, Object value) {
- System.out.println("pushing param " + name);
serviceDesc.setProperty(name, value);
}
}
@@ -197,7 +196,6 @@
Enumeration paramKeys = params.keys();
while (paramKeys.hasMoreElements()) {
String key = (String)paramKeys.nextElement();
- System.out.println("Copying param '" + key + "'");
axisService.addParameter(key, params.get(key));
}
_______________________________________________
Commons-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/commons-dev