From 9d2c5a72a50b8fa0a35ede2bcea63873cbcc73fc Mon Sep 17 00:00:00 2001 From: Chen Date: Mon, 28 Aug 2017 15:53:21 -0400 Subject: [PATCH] remove debug print --- lib/damask/colormaps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/damask/colormaps.py b/lib/damask/colormaps.py index b24743884..17c2e508d 100644 --- a/lib/damask/colormaps.py +++ b/lib/damask/colormaps.py @@ -93,7 +93,7 @@ class Color(): http://codeitdown.com/hsl-hsb-hsv-color/ """ if self.model != 'HSV': return - print "HSV: ",self.color + converted = Color('HSL',np.array([ self.color[0], 1. if self.color[2] == 0.0 or (self.color[1] == 0.0 and self.color[2] == 1.0) \