diff --git a/eos/utils/stats.py b/eos/utils/stats.py index 8fd778c56..087d4075d 100644 --- a/eos/utils/stats.py +++ b/eos/utils/stats.py @@ -120,7 +120,6 @@ class DmgTypes: if postProcessor: value = [postProcessor(x) for x in value] - print(value) return value @@ -214,6 +213,5 @@ class RRTypes: if postProcessor: value = [postProcessor(x) for x in value] - print(value) return value