Skip to content

Commit 2a023b4

Browse files
committed
remove accidental debug logging
1 parent 3c92cf6 commit 2a023b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rt-shell/objects/obj_shell/Create_0.gml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@ for (var i = 0; i < array_length(globalVariables); i++) {
9797
var hidden = false;
9898
var metadata = functionData[$ name];
9999
if (!is_undefined(metadata)) {
100-
show_debug_message(name + " has metadata");
101100
if (variable_struct_exists(metadata, "hidden")) {
102-
show_debug_message(name + " is hidden");
103101
hidden = metadata.hidden;
104102
}
105103
}

0 commit comments

Comments
 (0)