fix: removed stray print

This commit is contained in:
Andreas Preikschat 2014-03-31 19:29:14 +02:00
parent c451a8eafa
commit 5227924846
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ class Registry(object):
if result:
results.append(result)
except TypeError:
print("sdf")
# Who has called me can help in debugging
trace_error_handler(log)
log.exception('Exception for function %s', function)