|
@@ -79,7 +79,7 @@ def interpret_function(function_id, named_arguments, **kwargs):
|
|
|
|
|
|
username = kwargs['username']
|
|
|
def exception_handler(ex):
|
|
|
- print('Returning from interpreted function. Result: %s' % ex.result)
|
|
|
+ # print('Returning from interpreted function. Result: %s' % ex.result)
|
|
|
raise primitive_functions.PrimitiveFinished(ex.result)
|
|
|
|
|
|
# Create an exception handler to catch and translate InterpretedFunctionFinished.
|