remove echo

This commit is contained in:
Dmitriy Ryajov 2022-03-26 13:51:38 -06:00
parent 6b0b0eb20f
commit 656e3c6274
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -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()