Debugger: Remove some debugging output

Change-Id: I4df8bd423bfce6b3005c5821ea71358a8ac260ea
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2014-06-16 17:34:06 +02:00
parent 6d2d3ab54d
commit b51ec79f7c
2 changed files with 3 additions and 3 deletions

View File

@@ -583,8 +583,8 @@ class DumperBase:
self.put('addrstep="0x%x",' % toInteger(step))
return True
except:
warn("ADDRBASE: %s" % base)
warn("ADDRSTEP: %s" % step)
#warn("ADDRBASE: %s" % base)
#warn("ADDRSTEP: %s" % step)
return False
#warn("CHILDREN: %s %s %s" % (numChild, childType, childNumChild))

View File

@@ -459,7 +459,7 @@ class Dumper(DumperBase):
item.name = name
item.value = frame.read_var(name)
locals = [item]
warn("PARTIAL LOCALS: %s" % locals)
#warn("PARTIAL LOCALS: %s" % locals)
fullUpdateNeeded = False
except:
pass