mirror of
https://github.com/YuzuZensai/NekoMelody.git
synced 2026-01-30 12:32:55 +00:00
🐛 fix: Console spam on prod
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user