Remove spammy server log

This commit is contained in:
Cohee 2023-08-28 23:56:26 +03:00
parent 44b51693ee
commit 9ac2281a8f
1 changed files with 1 additions and 1 deletions

View File

@ -4778,7 +4778,7 @@ async function readAllChunks(readableStream) {
});
readableStream.on('end', () => {
console.log('Finished reading the stream.');
//console.log('Finished reading the stream.');
resolve(chunks);
});