removing traceback

This commit is contained in:
felipecode 2018-04-19 15:21:17 +02:00
parent 2e242a47bc
commit 3e84ad7468
1 changed files with 0 additions and 2 deletions

View File

@ -250,6 +250,4 @@ if __name__ == '__main__':
try:
main()
except KeyboardInterrupt:
import traceback
traceback.print_exc()
print('\nCancelled by user. Bye!')