diff --git a/webnotes/handler.py b/webnotes/handler.py index d847a7c21f..6cf15eab7d 100755 --- a/webnotes/handler.py +++ b/webnotes/handler.py @@ -156,8 +156,6 @@ def print_json(): import json - print webnotes.response - print_zip(json.dumps(webnotes.local.response, default=json_handler, separators=(',',':'))) def print_csv():