Comment out print

(cherry picked from commit df48cda)
This commit is contained in:
Ebag333
2017-03-23 10:58:53 -07:00
parent 8baeafbdc2
commit 9df0ee9a1c

View File

@@ -41,4 +41,4 @@ def test_multiply_stacking_penalties(DB, Saveddata, RifterFit):
# Ohnoes! Our stacking penalty calculations are off! Round off because the ones in Eos are probably wrong after four decimal places.
# TODO: Remove the round when Eos calcs are fixed
assert round(em_resist, 4) == round(calculated_resist, 4)
print(str(em_resist) + "==" + str(calculated_resist))
# print(str(em_resist) + "==" + str(calculated_resist))