[Webfunds-commits] java/webfunds/sox ValueAccount.java

Jeroen C. van Gelderen gelderen@cypherpunks.ai
Thu, 6 Jul 2000 12:24:14 -0400 (AST)


gelderen    00/07/06 12:24:14

  Modified:    webfunds/sox ValueAccount.java
  Log:
  Remove commented out code.

Revision  Changes    Path
1.15      +1 -3      java/webfunds/sox/ValueAccount.java

Index: ValueAccount.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/ValueAccount.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ValueAccount.java	2000/06/18 21:57:17	1.14
+++ ValueAccount.java	2000/07/06 16:24:14	1.15
@@ -1,5 +1,5 @@
 /*
- * $Id: ValueAccount.java,v 1.14 2000/06/18 21:57:17 iang Exp $
+ * $Id: ValueAccount.java,v 1.15 2000/07/06 16:24:14 gelderen Exp $
  *
  * Copyright (c) Systemics Ltd 1995-1999 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -262,8 +262,6 @@
         cancel.setSignature(sig);
 
         boolean signed = cancel.verify(acct.getPublicKey());
-        //PublicKey pk = Crypto.getPublicKeyFromCert(acct.getCert());
-        //System.err.println("CANCEL IS SIGNED: " + signed);
 
 
         String did = "C" + System.currentTimeMillis();