[Webfunds-commits] java/webfunds/client/contracts/wizard ContractFile.java
Edwin Woudt
edwin@cypherpunks.ai
Tue, 29 Aug 2000 04:20:24 -0400 (AST)
edwin 00/08/29 04:20:24
Modified: webfunds/client/contracts/wizard ContractFile.java
Log:
Remove debugging.
Revision Changes Path
1.8 +2 -3 java/webfunds/client/contracts/wizard/ContractFile.java
Index: ContractFile.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/contracts/wizard/ContractFile.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ContractFile.java 2000/08/28 13:37:13 1.7
+++ ContractFile.java 2000/08/29 08:20:23 1.8
@@ -1,5 +1,5 @@
/*
- * $Id: ContractFile.java,v 1.7 2000/08/28 13:37:13 edwin Exp $
+ * $Id: ContractFile.java,v 1.8 2000/08/29 08:20:23 edwin Exp $
*
* Copyright (c) Systemics Inc 2000 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -24,7 +24,7 @@
* Panel that asks for the filename of the contract.
*
* @author Edwin Woudt <edwin@webfunds.org>
- * @version $Revision: 1.7 $
+ * @version $Revision: 1.8 $
*/
public class ContractFile extends SignContractWizardPanel
@@ -180,7 +180,6 @@
String[] keys = ini.getSectionItems(Contract.SECT_KEYS);
if (keys != null && (keys.length > 0))
{
- System.err.println("Base file has " + keys.length + " keys");
String prefix = Contract.SECT_KEYS + "_";
for (int i = 0; i < keys.length; i++) // quick scan for known keys
{