chore(test_item_group): removed unused function _print_tree (#53716)

This commit is contained in:
diptanilsaha
2026-03-23 21:20:01 +05:30
committed by GitHub
parent 958bb6c619
commit 96c79dfe8b

View File

@@ -230,8 +230,3 @@ class TestItemGroup(ERPNextTestSuite):
return no_of_children
return get_no_of_children([item_group], 0)
def _print_tree(self):
import json
print(json.dumps(frappe.db.sql("select name, lft, rgt from `tabItem Group` order by lft"), indent=1))