mirror of
https://github.com/logos-storage/nim-leopard.git
synced 2026-01-05 23:23:07 +00:00
remove echo
This commit is contained in:
parent
6b0b0eb20f
commit
656e3c6274
@ -140,7 +140,6 @@ proc decode*(
|
||||
|
||||
for i in 0..<self.buffers:
|
||||
if data[i].len <= 0:
|
||||
echo string.fromBytes(self.decodeBufferPtr[i].toOpenArray(0, self.bufSize - 1))
|
||||
copyMem(addr recovered[i][0], self.decodeBufferPtr[i], self.bufSize)
|
||||
|
||||
ok()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user