[pypy-commit] jitviewer default: remove the pdb

fijal noreply at buildbot.pypy.org
Wed Jul 20 17:20:24 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r149:a0458e4c4015
Date: 2011-07-20 17:20 +0200
http://bitbucket.org/pypy/jitviewer/changeset/a0458e4c4015/

Log:	remove the pdb

diff --git a/_jitviewer/parser.py b/_jitviewer/parser.py
--- a/_jitviewer/parser.py
+++ b/_jitviewer/parser.py
@@ -116,8 +116,6 @@
 class TraceForOpcodeHtml(parser.TraceForOpcode):
 
     def html_repr(self):
-        #import pdb
-        #pdb.set_trace()
         if self.filename is not None:
             code = self.getcode()
             if code is None:


More information about the pypy-commit mailing list