remove debugging statement

This commit is contained in:
Benjamin Dauvergne 2016-05-19 14:36:07 +02:00
parent f70c83aa08
commit b8dc094270
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ def main():
except SystemExit:
raise
except:
raise
tb.print_tb()
raise SystemExit(1)