mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 03:10:17 +01:00
better handling of speed display, remove debug output
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user