remove debug output

This commit is contained in:
Tristan Rowley
2020-02-12 23:31:29 +00:00
parent 2f8ecba8b1
commit a54c46dc0c

View File

@@ -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')