Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eadcc9d

Browse files
committed
Removed some prints
1 parent f8bb0c2 commit eadcc9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

2015/22-Wizard Simulator 20XX.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ def apply_effects (counters, player_stats, boss_stats):
164164
print (' Pruned')
165165
continue
166166

167-
print ('Min mana :', min_mana_used, '###### Strategy #', count_strategies,'- pruned: ', len(pruned_strategies), '-', strategy)
167+
if verbose_level >=2:
168+
print ('Min mana :', min_mana_used, '###### Strategy #', count_strategies,'- pruned: ', len(pruned_strategies), '-', strategy)
168169
shield_left = 0
169170
poison_left = 0
170171
recharge_left = 0

0 commit comments

Comments
 (0)