From 7026e85814399e43008904d24cd048248ae838dd Mon Sep 17 00:00:00 2001 From: don-tnowe <67479453+don-tnowe@users.noreply.github.com> Date: Tue, 4 Oct 2022 17:30:05 +0300 Subject: [PATCH] Forgot the print statements. Wish plugin debugging was real. --- .../typed_cells/cell_editor_enum_array.gd | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/resources_speadsheet_view/typed_cells/cell_editor_enum_array.gd b/addons/resources_speadsheet_view/typed_cells/cell_editor_enum_array.gd index e3d2136..6064527 100644 --- a/addons/resources_speadsheet_view/typed_cells/cell_editor_enum_array.gd +++ b/addons/resources_speadsheet_view/typed_cells/cell_editor_enum_array.gd @@ -5,8 +5,6 @@ func can_edit_value(value, type, property_hint, column_index) -> bool: if (type != TYPE_INT_ARRAY and type != TYPE_ARRAY) or property_hint != 26: return false - print(column_index) - print(hint_strings_array[column_index][0]) return hint_strings_array[column_index][0].begins_with("2/3:")