Skip to content

Commit

Permalink
n64: remove debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Jul 18, 2023
1 parent 2b746cd commit ff5d5c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ares/n64/cic/commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ auto CIC::cmdChallenge() -> void {
fifo.write(0); // write 0 bit
for (auto i : range(30)) fifo.writeNibble(data[i]);
state = Run;
printf("CIC challenge complete %d\n", fifo.size());
}
}

Expand Down

0 comments on commit ff5d5c6

Please sign in to comment.