Skip to content

Commit dba1280

Browse files
committed
Remove a print
1 parent 698de14 commit dba1280

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addons/gaea/editor/file_list/menu_bar.gd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ func _add_edit_menu_item(id: GaeaGraphEdit.Action, text: String, shortcut_key: V
114114

115115

116116
func update_menu_enabled_state() -> void:
117-
print("update_menu_enabled_state")
118117
for item_index in edit_popup.item_count:
119118
var action: GaeaGraphEdit.Action = edit_popup.get_item_id(item_index)
120119
edit_popup.set_item_disabled(item_index, not graph_edit.can_do_action(action))

0 commit comments

Comments
 (0)