Skip to content

Commit 454b974

Browse files
committed
fix: 🔥 removed debug print message
1 parent be589da commit 454b974

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

root/mods-unpacked/GodotModding-UserProfile/content/UserProfiles.gd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ func _ready() -> void:
3232
func _input(event: InputEvent) -> void:
3333
if event is InputEventKey:
3434
if event.pressed and event.keycode == KEY_U:
35-
print("pressed U")
3635
hide() if visible else show()
3736

3837
# Click outside handling

0 commit comments

Comments
 (0)