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

Co-authored-by: diptanilsaha <diptanil@frappe.io>
This commit is contained in:
mergify[bot]
2026-03-23 16:14:22 +00:00
committed by GitHub
parent 638373e180
commit d16adb1579

View File

@@ -231,8 +231,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))