mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 19:30:11 +01:00
remove debug output
This commit is contained in:
@@ -40,7 +40,7 @@ class Frame:
|
|||||||
return self
|
return self
|
||||||
|
|
||||||
def store_copy(self, f):
|
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 is not None:
|
||||||
if f.get('f') is not None: #isinstance(f, Frame):
|
if f.get('f') is not None: #isinstance(f, Frame):
|
||||||
f = f.get('f')
|
f = f.get('f')
|
||||||
|
|||||||
Reference in New Issue
Block a user