game: remove old debug prints
This commit is contained in:
@@ -42,7 +42,6 @@ func update_xp():
|
||||
push_error("cant update xp, no player found")
|
||||
var current_xp = player.player_stats.get_final("current_xp", player.modifiers)
|
||||
var max_xp = player.player_stats.xp_required_for_level()
|
||||
print_debug("updating xp bar: %s-%s" % [current_xp, max_xp])
|
||||
wanted_xp_value = current_xp
|
||||
wanted_xp_max = max_xp
|
||||
|
||||
|
Reference in New Issue
Block a user