Skip to content

Commit 32c0290

Browse files
committed
test(timer): remove stray console.log
1 parent 9c3c535 commit 32c0290

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/peripherals/timer.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,6 @@ describe('timer', () => {
454454
timer.tick();
455455
cpu.writeData(TCCR1A, 0x3); // TCCR1A <- WGM10 | WGM11 (Fast PWM, 10-bit)
456456
cpu.writeData(TCCR1B, 0x9); // TCCR1B <- WGM12 | CS10
457-
console.log(timer.CS);
458457
cpu.data[0x6f] = 0x1; // TIMSK1: TOIE1
459458
cpu.data[SREG] = 0x80; // SREG: I-------
460459
cpu.cycles = 1;

0 commit comments

Comments
 (0)