mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Remove stray print statement
This commit is contained in:
parent
c80b8a07a7
commit
5c1f057bae
@ -127,7 +127,6 @@ class Genome(_AttrDict):
|
||||
self[k] = v
|
||||
|
||||
self.decoded_palettes = map(Palette, self.palettes)
|
||||
print self.color
|
||||
pal = self.color.palette_times
|
||||
if isinstance(pal, basestring):
|
||||
self.palette_times = [(0.0, int(pal)), (1.0, int(pal))]
|
||||
|
Loading…
Reference in New Issue
Block a user