Remove debug printfs

This commit is contained in:
wheremyfoodat 2024-01-22 04:10:47 +02:00
parent 0be099d1ea
commit af996c55ba
3 changed files with 0 additions and 4 deletions

View file

@ -54,8 +54,6 @@ void CPU::runFrame() {
}
}
}
printf("CPU END!\n");
}
#endif // CPU_DYNARMIC