mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-25 20:53:15 +00:00
removed debug output from crc32-stream
This commit is contained in:
@@ -23,7 +23,6 @@ function create(useCRC32c)
|
||||
{
|
||||
write: function (chunk, flush)
|
||||
{
|
||||
console.log(chunk.toString());
|
||||
this._current = this._CRC32C ? crc32c(chunk, this._current) : crc32(chunk, this._current);
|
||||
flush();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user