This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove print statement
version-14
Pratik Vyas
12 years ago
parent
54ba68cb0a
commit
dcf738f76b
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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():
Write
Preview
Loading…
Cancel
Save