remove debug print statement
This commit is contained in:
parent
d89c44bf9a
commit
47a3a8932d
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue