You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ov...@apache.org on 2002/09/07 03:18:40 UTC

cvs commit: xml-cocoon2/src/webapp/samples/flow/examples/prefs/logic UserRegistry.java

ovidiu      2002/09/06 18:18:40

  Modified:    src/webapp/samples/flow/examples/prefs/logic
                        UserRegistry.java
  Log:
  Remove debugging println.
  
  Revision  Changes    Path
  1.2       +0 -3      xml-cocoon2/src/webapp/samples/flow/examples/prefs/logic/UserRegistry.java
  
  Index: UserRegistry.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/flow/examples/prefs/logic/UserRegistry.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- UserRegistry.java	6 Sep 2002 00:02:16 -0000	1.1
  +++ UserRegistry.java	7 Sep 2002 01:18:40 -0000	1.2
  @@ -29,9 +29,6 @@
   
     public static UserRegistry getUserRegistry()
     {
  -    System.out.println("UserRegistry: obtaining user registry = "
  -                       + userRegistry);
  -    
       return userRegistry;
     }
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org