🐛 fix: Console spam on prod

This commit is contained in:
2024-08-18 15:06:45 +07:00
parent 4313feaebf
commit 3e222d9dbd

View File

@@ -386,6 +386,7 @@ export class SeekableStream {
}
private debugLog() {
if (process.env.NODE_ENV === "production") return;
// console.debug("Tick");
const isBufferSufficient =
this.stream.readableLength >= this.bytesPerRequestLimit;