remove print statement

This commit is contained in:
Pratik Vyas 2013-09-17 11:55:30 +05:30
parent 54ba68cb0a
commit dcf738f76b

View file

@ -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():