remove prints
This commit is contained in:
parent
6844654d39
commit
18eeb4eadc
@ -72,7 +72,6 @@ class RGB:
|
|||||||
self.animation_mode = config['animation_mode']
|
self.animation_mode = config['animation_mode']
|
||||||
self.animation_speed = const(config['animation_speed'])
|
self.animation_speed = const(config['animation_speed'])
|
||||||
if 'user_animation' in config:
|
if 'user_animation' in config:
|
||||||
print(config['user_animation'])
|
|
||||||
self.user_animation = config['user_animation']
|
self.user_animation = config['user_animation']
|
||||||
|
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
@ -331,7 +330,6 @@ class RGB:
|
|||||||
if self._check_update():
|
if self._check_update():
|
||||||
self._do_update()
|
self._do_update()
|
||||||
|
|
||||||
print(self.animation_speed)
|
|
||||||
return self
|
return self
|
||||||
|
|
||||||
def decrease_ani(self):
|
def decrease_ani(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user