Remove debug statements

pull/23/merge
Zach Riggle 10 years ago
parent 293cf66ba5
commit 53d3aa16a2

@ -53,8 +53,6 @@ class withIDA(object):
self.fn = fn
functools.update_wrapper(self, fn)
def __call__(self, *args, **kwargs):
# import pdb
# pdb.set_trace()
if _ida is None:
setPort(8888)
if _ida is not None:

Loading…
Cancel
Save