From e7589541b4b6e4bec7211a9a6f8e4ddb7e6cdb3e Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 7 May 2015 10:29:03 +0530 Subject: [PATCH] [patch-fix] remove print --- frappe/patches/v5_0/fix_text_editor_file_urls.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/patches/v5_0/fix_text_editor_file_urls.py b/frappe/patches/v5_0/fix_text_editor_file_urls.py index c7204053f1..6ea1b77686 100644 --- a/frappe/patches/v5_0/fix_text_editor_file_urls.py +++ b/frappe/patches/v5_0/fix_text_editor_file_urls.py @@ -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: