[pypy-svn] pypy jit-lsprofile: remove pdb

fijal commits-noreply at bitbucket.org
Sat Apr 9 22:46:03 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: jit-lsprofile
Changeset: r43260:830f0fc0b584
Date: 2011-04-09 22:45 +0200
http://bitbucket.org/pypy/pypy/changeset/830f0fc0b584/

Log:	remove pdb

diff --git a/pypy/tool/jitlogparser/storage.py b/pypy/tool/jitlogparser/storage.py
--- a/pypy/tool/jitlogparser/storage.py
+++ b/pypy/tool/jitlogparser/storage.py
@@ -48,8 +48,6 @@
                 # attribute of the code object is wrong (e.g., code objects
                 # produced by gateway.applevel(), such as the ones found in
                 # nanos.py)
-                import pdb
-                pdb.set_trace() 
                 return None
             code = codeobjs[(startlineno, name)]
             res = dis(code)


More information about the Pypy-commit mailing list