Commented a loose print
This commit is contained in:
@ -75,7 +75,7 @@ cdef class OBIWrapper(OBIObject) :
|
|||||||
cdef OBIWrapper o
|
cdef OBIWrapper o
|
||||||
|
|
||||||
if (<size_t>pointer in __c_cython_mapping__):
|
if (<size_t>pointer in __c_cython_mapping__):
|
||||||
print("Pointer already in cython dict")
|
#print("Pointer already in cython dict")
|
||||||
return __c_cython_mapping__[<size_t>pointer]
|
return __c_cython_mapping__[<size_t>pointer]
|
||||||
else:
|
else:
|
||||||
o = constructor(987654)
|
o = constructor(987654)
|
||||||
|
Reference in New Issue
Block a user