diff --git a/smart_service/apis/support.py b/smart_service/apis/support.py index 8679cf9..1a0f13d 100644 --- a/smart_service/apis/support.py +++ b/smart_service/apis/support.py @@ -467,10 +467,8 @@ def remove_html_tags(): return False,e -@frappe.whitelist(allow_guest=1) def clear_tables(table_name): try: - set_procedure_false() frappe.db.sql(f'''delete FROM `{table_name}`;''') return 1 except Exception as e: