mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 03:15:07 +00:00
chore(test_item_group): removed unused function _print_tree (#53716)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user