Remove printf

This commit is contained in:
2023-04-26 22:07:38 +02:00
parent a2c735f158
commit 49a6873ad5

View File

@@ -21,7 +21,6 @@ void main() {
mesaure_busy_loop();
while(true) {
printf("Doing stuff...\n");
JabyEngine::GPU::swap_buffers_vsync(2);
}
}