[Webfunds-commits] java/webfunds/client AccountBrowserImpl.java

Ian Grigg iang@cypherpunks.ai
Sat, 7 Oct 2000 15:54:54 -0400 (AST)


iang        00/10/07 15:54:54

  Modified:    webfunds/client AccountBrowserImpl.java
  Log:
  silly comments gone

Revision  Changes    Path
1.79      +4 -4      java/webfunds/client/AccountBrowserImpl.java

Index: AccountBrowserImpl.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/AccountBrowserImpl.java,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- AccountBrowserImpl.java	2000/09/30 18:48:06	1.78
+++ AccountBrowserImpl.java	2000/10/07 19:54:53	1.79
@@ -1,5 +1,5 @@
 /*
- * $Id: AccountBrowserImpl.java,v 1.78 2000/09/30 18:48:06 iang Exp $
+ * $Id: AccountBrowserImpl.java,v 1.79 2000/10/07 19:54:53 iang Exp $
  *
  * Copyright (c) Systemics Inc 1999 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -95,9 +95,9 @@
     }
 
     public void   setCore(Core core) {
-System.err.println("See Spot!");
-if (c == null) c = core;
-System.err.println("See Spot Run: ");
+// System.err.println("See Spot!");
+        if (c == null) c = core;
+// System.err.println("See Spot Run: ");
 }
     public String getType()          { return "AccountBrowser"; }