Skip to content

Commit bfd6a07

Browse files
author
emilkrebs
committed
removed weird console.log
1 parent 7ddaff1 commit bfd6a07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/interpreter/runner.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ export async function runProgram(program: LoxProgram, outerContext: InterpreterC
100100
const cancellationToken = cancellationTokenSource.token;
101101

102102
const timeout = setTimeout(async () => {
103-
console.log('Interpreter timeout');
104103
cancellationTokenSource.cancel();
105104
}, TIMEOUT_MS);
106105

0 commit comments

Comments
 (0)