From: <fwi...@us...> - 2008-07-27 13:21:17
|
Revision: 5004 http://jython.svn.sourceforge.net/jython/?rev=5004&view=rev Author: fwierzbicki Date: 2008-07-27 13:21:12 +0000 (Sun, 27 Jul 2008) Log Message: ----------- comment out DEBUG.class in the repo. Modified Paths: -------------- branches/asm/src/org/python/compiler/ClassFile.java Modified: branches/asm/src/org/python/compiler/ClassFile.java =================================================================== --- branches/asm/src/org/python/compiler/ClassFile.java 2008-07-26 14:41:46 UTC (rev 5003) +++ branches/asm/src/org/python/compiler/ClassFile.java 2008-07-27 13:21:12 UTC (rev 5004) @@ -118,7 +118,7 @@ ByteArrayOutputStream baos = new ByteArrayOutputStream(ba.length); baos.write(ba, 0, ba.length); baos.writeTo(stream); - debug(baos); + //debug(baos); baos.close(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |