浏览代码

remove print statement

version-14
Pratik Vyas 12 年前
父节点
当前提交
dcf738f76b
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      webnotes/handler.py

+ 0
- 2
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():


正在加载...
取消
保存