remove an extra debug log
This commit is contained in:
@ -39,9 +39,6 @@ cdef class MagicKeyFile:
|
||||
cpdef bytes read(self,int size=-1):
|
||||
cdef bytes r
|
||||
|
||||
print(self.keylength)
|
||||
print(size)
|
||||
|
||||
if self.pos < self.keylength:
|
||||
if size > (self.keylength - self.pos):
|
||||
size = size - self.keylength + self.pos
|
||||
|
Reference in New Issue
Block a user