remove debug print statement
This commit is contained in:
parent
58296ed3b3
commit
d3187ee60e
|
|
@ -132,6 +132,3 @@ func tween_transform_to(target: Transform2D):
|
||||||
func reset_drag():
|
func reset_drag():
|
||||||
if attached_to != null:
|
if attached_to != null:
|
||||||
attached_to.reclaim_sticky_note()
|
attached_to.reclaim_sticky_note()
|
||||||
|
|
||||||
func _enter_tree():
|
|
||||||
print("enter_tree")
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue