You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by mo...@apache.org on 2003/06/11 20:48:04 UTC

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets CustomizeAction.java

morciuch    2003/06/11 11:48:04

  Modified:    src/java/org/apache/jetspeed/modules/actions/portlets
                        CustomizeAction.java
  Log:
  Removed a debug statement.
  
  Revision  Changes    Path
  1.20      +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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- CustomizeAction.java	11 Jun 2003 18:45:10 -0000	1.19
  +++ CustomizeAction.java	11 Jun 2003 18:48:04 -0000	1.20
  @@ -425,7 +425,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))
                       {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org