Commit d5e7ba0d authored by Michal Čihař's avatar Michal Čihař

Remove debugging code

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 051db322
......@@ -28,8 +28,6 @@ import json
import urllib
import urllib2
import weblate
import traceback
import sys
class MachineTranslationError(Exception):
......@@ -235,11 +233,6 @@ class MachineTranslation(object):
self.request_url,
self.request_params,
)
traceback.print_exc()
print sys.modules['random']
import random
print random
print random.seed
raise MachineTranslationError('{}: {}'.format(
exc.__class__.__name__,
str(exc)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment