diff --git a/plugins/frame_manager.py b/plugins/frame_manager.py index 829f91d..28aca0f 100644 --- a/plugins/frame_manager.py +++ b/plugins/frame_manager.py @@ -40,7 +40,7 @@ class Frame: return self def store_copy(self, f): - print("told to store_copy %s" % f) + #print("told to store_copy %s" % f) if f is not None: if f.get('f') is not None: #isinstance(f, Frame): f = f.get('f')