[pypy-svn] r76809 - pypy/trunk/pypy/jit/tool

fijal at codespeak.net fijal at codespeak.net
Mon Aug 30 19:27:05 CEST 2010


Author: fijal
Date: Mon Aug 30 19:27:03 2010
New Revision: 76809

Modified:
   pypy/trunk/pypy/jit/tool/traceviewer.py
Log:
remove a debugging print


Modified: pypy/trunk/pypy/jit/tool/traceviewer.py
==============================================================================
--- pypy/trunk/pypy/jit/tool/traceviewer.py	(original)
+++ pypy/trunk/pypy/jit/tool/traceviewer.py	Mon Aug 30 19:27:03 2010
@@ -34,7 +34,6 @@
                     dotgen.emit_edge('node%d' % (counter - 1), 'node%d' % counter)
                 counter += 1
                 lines_so_far = []
-            print line
             lines_so_far.append(line)
         dotgen.emit_node('node%d' % counter, shape="box",
                          label="\n".join(lines_so_far))



More information about the Pypy-commit mailing list