From c5118da41746e61d45ab0d305ddb86c7f1808212 Mon Sep 17 00:00:00 2001 From: Gochim <54093496+Gochim@users.noreply.github.com> Date: Sun, 10 Nov 2019 17:35:48 +0200 Subject: [PATCH] Fixed small issue with #2078 by removing unnecessary prints --- eos/utils/stats.py | 2 -- 1 file changed, 2 deletions(-) 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