better handling of speed display, remove debug output

This commit is contained in:
Tristan Rowley
2020-02-16 21:37:41 +00:00
parent 7b2d53f105
commit 2b6d9fe409
2 changed files with 5 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ class Frame:
from data_centre.plugin_collection import AutomationSourcePlugin
for plugin in self.pc.get_plugins(AutomationSourcePlugin):
print("recalling for plugin %s with data %s" % (plugin, self.f.get(plugin.frame_key)))
#print("recalling for plugin %s with data %s" % (plugin, self.f.get(plugin.frame_key)))
plugin.recall_frame_data(self.f.get(plugin.frame_key))
def recall_frame(self):