remove debug print statement

This commit is contained in:
betalars 2024-09-16 17:08:22 +02:00
parent 58296ed3b3
commit d3187ee60e
1 changed files with 0 additions and 3 deletions

View File

@ -132,6 +132,3 @@ func tween_transform_to(target: Transform2D):
func reset_drag():
if attached_to != null:
attached_to.reclaim_sticky_note()
func _enter_tree():
print("enter_tree")