Remove a debug print statement

This commit is contained in:
Christophe de Vienne
2012-04-24 12:46:55 +02:00
parent 2ef74e85b5
commit d3967dcd4e

View File

@@ -213,7 +213,6 @@ class RestJsonProtocol(RestProtocol):
def parse_args(self, body):
raw_args = json.loads(body)
print(raw_args)
return raw_args
def encode_result(self, context, result):