aboutsummaryrefslogtreecommitdiffstats
path: root/src/rest
diff options
context:
space:
mode:
Diffstat (limited to 'src/rest')
-rw-r--r--src/rest/resource.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rest/resource.py b/src/rest/resource.py
index 85aea8cf..f14b2ba5 100644
--- a/src/rest/resource.py
+++ b/src/rest/resource.py
@@ -284,6 +284,7 @@ class Resource(object):
# Serialize the response content
ret = self.cleanup_response(ret)
content = emitter(self, request, status, headers, form).emit(ret)
+ print content
# Build the HTTP Response
resp = HttpResponse(content, mimetype=mimetype, status=status)