mirror of
https://github.com/YuzuZensai/NekoMelody.git
synced 2026-01-31 14:57:58 +00:00
🐛 fix: Console spam on prod
This commit is contained in:
@@ -386,6 +386,7 @@ export class SeekableStream {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private debugLog() {
|
private debugLog() {
|
||||||
|
if (process.env.NODE_ENV === "production") return;
|
||||||
// console.debug("Tick");
|
// console.debug("Tick");
|
||||||
const isBufferSufficient =
|
const isBufferSufficient =
|
||||||
this.stream.readableLength >= this.bytesPerRequestLimit;
|
this.stream.readableLength >= this.bytesPerRequestLimit;
|
||||||
|
|||||||
Reference in New Issue
Block a user