[Webfunds-commits] java/webfunds/client/sox/gui PaymentFrame.java
Ian Grigg
iang@cypherpunks.ai
Fri, 13 Apr 2001 22:56:55 -0400 (AST)
iang 01/04/13 22:56:55
Modified: webfunds/client/sox/gui PaymentFrame.java
Log:
diag only
Revision Changes Path
1.11 +1 -2 java/webfunds/client/sox/gui/PaymentFrame.java
Index: PaymentFrame.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/sox/gui/PaymentFrame.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- PaymentFrame.java 2001/04/12 19:02:50 1.10
+++ PaymentFrame.java 2001/04/14 02:56:54 1.11
@@ -1,5 +1,5 @@
/*
- * $Id: PaymentFrame.java,v 1.10 2001/04/12 19:02:50 iang Exp $
+ * $Id: PaymentFrame.java,v 1.11 2001/04/14 02:56:54 iang Exp $
*
* Copyright (c) Systemics Ltd 1995-1999 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -73,7 +73,6 @@
public void init(WalletInterface wi, AccountInfo source, ItemId contractId)
throws ModeNotSupportedException
{
-//System.err.println("PluginManager: " + pm);
if ( !(wi instanceof SOXWallet) )
throw new ModeNotSupportedException("wallet is not SOX: " + wi);