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)