game: remove old debug prints
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user