Browse Source

[patch-fix] remove print

version-14
Rushabh Mehta 10 years ago
parent
commit
e7589541b4
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      frappe/patches/v5_0/fix_text_editor_file_urls.py

+ 0
- 1
frappe/patches/v5_0/fix_text_editor_file_urls.py View File

@@ -16,7 +16,6 @@ def execute():
result = frappe.get_all(opts.parent, fields=["name", opts.fieldname])
except frappe.SQLError, e:
# bypass single tables
print e
continue

for data in result:


Loading…
Cancel
Save