Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit edaec56

Browse files
committed
remove debug message
1 parent e351be8 commit edaec56

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

addons/datatable_godot/ui/bg/bg_newTable.gd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ func reload_table_list():
120120

121121
func reload_items_list():
122122

123-
print("clean reload item list")
124123

125124
for node: Node in item_list.get_children():
126125
if node != item_schema:

addons/datatable_godot/ui/buttons/newTable/in_tableItemName.gd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ func _gui_input(event):
1515
copy_template_code()
1616

1717
func copy_template_code():
18-
print("template copied!")
1918

2019
var label: Label = Label.new()
2120
var timer: Timer = Timer.new()

addons/datatable_godot/ui/buttons/newTable/txt_table_name.gd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ func _gui_input(event):
1313
copy_template_code()
1414

1515
func copy_template_code():
16-
print("template copied!")
1716

1817
var label: Label = Label.new()
1918
var timer: Timer = Timer.new()

0 commit comments

Comments
 (0)