jford 2003/09/08 09:15:29
Modified: src/java/org/apache/jetspeed/modules/actions/portlets
CustomizeAction.java
Log:
Removed message to System.out
Revision Changes Path
1.28 +1 -1
jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/CustomizeAction.java
Index: CustomizeAction.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/CustomizeAction.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- CustomizeAction.java 21 Aug 2003 04:05:45 -0000 1.27
+++ CustomizeAction.java 8 Sep 2003 16:15:29 -0000 1.28
@@ -472,7 +472,7 @@
// New value for this parameter exists
if (newValue != null)
{
- System.out.println(name + "= [" + newValue + "] in request");
+ //System.out.println(name + "= [" + newValue + "] in request");
// New value differs from registry - record it in psml
if (!regValue.equals(newValue) || !psmlValue.equals(newValue))
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]