From a54c46dc0cbcdd0f831edca0f65c2b5de1188717 Mon Sep 17 00:00:00 2001 From: Tristan Rowley Date: Wed, 12 Feb 2020 23:31:29 +0000 Subject: [PATCH] remove debug output --- plugins/frame_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')