Skip to content

Commit 6b3b9e8

Browse files
committed
fix: remove custom console.log implementation
1 parent 02106ea commit 6b3b9e8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ import chokidar from 'chokidar';
88
import { AsyncQueue } from '@sapphire/async-queue';
99

1010

11-
console.log = (...args) => {
12-
process.stdout.write(args.join(" ") + "\n");
13-
};
14-
1511
const processFrontendMessagesQueue = new AsyncQueue();
1612

1713
const SLAVIC_PLURAL_EXAMPLES = {

0 commit comments

Comments
 (0)