From 510ea45ad69e6ccec47734a42bfe02a104e6f97d Mon Sep 17 00:00:00 2001 From: idziubenko Date: Fri, 2 Jul 2021 09:47:41 +0300 Subject: [PATCH] cleared debug lines --- pym/calculate/lib/utils/colortext/palette.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pym/calculate/lib/utils/colortext/palette.py b/pym/calculate/lib/utils/colortext/palette.py index 2a56e32..4489703 100644 --- a/pym/calculate/lib/utils/colortext/palette.py +++ b/pym/calculate/lib/utils/colortext/palette.py @@ -326,9 +326,6 @@ class SpanPalette: """ if not color: return self.defaultColor[bright] - print("DEBUGG") - print(self.colorMap) - print(type(self.colorMap)) color = self.brightTransform(color, bright) return self.colorMap.get(color, color)