Skip to content

Commit a0fd0d3

Browse files
committed
Remove debug messages
1 parent 8a70d09 commit a0fd0d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mbed/mbed.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3330,7 +3330,6 @@ def main():
33303330
"You could retry the last command with \"-v\" flag for verbose output\n", e.args[0])
33313331
else:
33323332
error('OS Error: %s' % e.args[1], e.args[0])
3333-
traceback.print_exc(file=sys.stdout)
33343333
except KeyboardInterrupt:
33353334
info('User aborted!', -1)
33363335
sys.exit(255)

0 commit comments

Comments
 (0)