less noises

This commit is contained in:
SyntaX 2020-01-28 14:55:33 +01:00
parent a71a637c16
commit 1430afdf6c

View File

@ -75,7 +75,7 @@ func _process(_delta):
# movement
if current_target:
if _prev_target != current_target:
Logger.info("current target: " + String(current_target))
#Logger.info("current target: " + String(current_target))
_prev_target = current_target
# continue following player after illegal action or low pill level