debugger: remove accidentally committed debug output

This commit is contained in:
hjk
2010-03-23 11:49:36 +01:00
parent fbc4dab772
commit 337f3eef2e

View File

@@ -253,7 +253,7 @@ def listOfLocals(varList):
items = []
if hasBlock and isGoodGdb():
warn("IS GOOD: %s " % varList)
#warn("IS GOOD: %s " % varList)
try:
block = frame.block()
#warn("BLOCK: %s " % block)