remove debug print

This commit is contained in:
Chen 2017-08-28 15:53:21 -04:00
parent b1c524e8d8
commit 9d2c5a72a5
1 changed files with 1 additions and 1 deletions

View File

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