Skip to content

Commit

Permalink
remove accidental debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nickavv committed Dec 15, 2021
1 parent 3c92cf6 commit 2a023b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rt-shell/objects/obj_shell/Create_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ for (var i = 0; i < array_length(globalVariables); i++) {
var hidden = false;
var metadata = functionData[$ name];
if (!is_undefined(metadata)) {
show_debug_message(name + " has metadata");
if (variable_struct_exists(metadata, "hidden")) {
show_debug_message(name + " is hidden");
hidden = metadata.hidden;
}
}
Expand Down

0 comments on commit 2a023b4

Please sign in to comment.