Browse Source

remove print statement

version-14
Pratik Vyas 12 years ago
parent
commit
dcf738f76b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      webnotes/handler.py

+ 0
- 2
webnotes/handler.py 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():


Loading…
Cancel
Save