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