aboutsummaryrefslogtreecommitdiff
path: root/client/map
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-21 21:40:25 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-21 21:40:25 +0200
commit134d4b976ff544298edece9d701b3bf04ab8ddb7 (patch)
tree9e626ebc5e2cf709e728513ee66a987937cf693d /client/map
parente1f6d55b1a26458d132ba58a72c0e0def1bc121e (diff)
downloadhurrycurry-134d4b976ff544298edece9d701b3bf04ab8ddb7.tar
hurrycurry-134d4b976ff544298edece9d701b3bf04ab8ddb7.tar.bz2
hurrycurry-134d4b976ff544298edece9d701b3bf04ab8ddb7.tar.zst
Remove progress debug print
Diffstat (limited to 'client/map')
-rw-r--r--client/map/items/item.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/map/items/item.gd b/client/map/items/item.gd
index 446c1a31..92681df0 100644
--- a/client/map/items/item.gd
+++ b/client/map/items/item.gd
@@ -93,7 +93,6 @@ func progress(position_: float, speed: float, warn: bool):
progress_speed = speed
progress_warn = warn
- printt("progress", position_, speed, warn)
if position_ == 1.0:
# Progress gets called with position 1.0 when the task is finished
if not warn: