game: remove old debug prints

This commit is contained in:
2025-08-20 09:46:53 +02:00
parent 98e7753014
commit 051406cf40
3 changed files with 0 additions and 3 deletions

View File

@@ -102,7 +102,6 @@ func draw_random_mod(fortune: float = 1.0) -> PlayerStatsModifier:
mod.description = choice["description"]
mod.internal_name = choice["internal_name"]
mod.tex = choice["tex"]
print_debug("gc: %s" % mod.tex)
mod.title = choice["name"]
return mod