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: