Fixed small issue with #2078 by removing unnecessary prints

This commit is contained in:
Gochim
2019-11-10 17:35:48 +02:00
parent 13b505525d
commit c5118da417

View File

@@ -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