Skip to content

Commit

Permalink
Debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Sep 10, 2013
1 parent c3f16c7 commit 63da8a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wdb/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ def do_trace(self, data):

def do_eval(self, data):
raw_data = data.strip()
print(']%s[' % raw_data)
if raw_data.startswith('!<'):
filename = raw_data[2:].strip()
try:
Expand Down

0 comments on commit 63da8a0

Please sign in to comment.