From: <ox-...@us...> - 2003-06-12 05:21:28
|
Update of /cvsroot/sheets/sheets In directory sc8-pr-cvs1:/tmp/cvs-serv31112 Modified Files: Sheets.sheets Log Message: Removed a stray println... Index: Sheets.sheets =================================================================== RCS file: /cvsroot/sheets/sheets/Sheets.sheets,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** Sheets.sheets 12 Jun 2003 05:13:16 -0000 1.58 --- Sheets.sheets 12 Jun 2003 05:20:52 -0000 1.59 *************** *** 10383,10387 **** diffCommand = "diff -u "; lineTerminator = System.getProperty("line.separator"); - System.out.println("we got a line terminator of length: " + lineTerminator.length() + lineTerminator); debuggerCommandLine = ""; debugCommandLine = ""; --- 10383,10386 ---- |