From 18eeb4eadc77df9067991e2b3603b2ad4aa2c93e Mon Sep 17 00:00:00 2001 From: Kyle Brown Date: Sun, 26 Jul 2020 23:23:00 -0700 Subject: [PATCH] remove prints --- kmk/rgb.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/kmk/rgb.py b/kmk/rgb.py index 0a7ea1e..730eb12 100644 --- a/kmk/rgb.py +++ b/kmk/rgb.py @@ -72,7 +72,6 @@ class RGB: self.animation_mode = config['animation_mode'] self.animation_speed = const(config['animation_speed']) if 'user_animation' in config: - print(config['user_animation']) self.user_animation = config['user_animation'] except ImportError as e: @@ -331,7 +330,6 @@ class RGB: if self._check_update(): self._do_update() - print(self.animation_speed) return self def decrease_ani(self):