Parcourir la source

remove print statement

version-14
Pratik Vyas il y a 12 ans
Parent
révision
dcf738f76b
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. +0
    -2
      webnotes/handler.py

+ 0
- 2
webnotes/handler.py Voir le fichier

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


Chargement…
Annuler
Enregistrer