From e3b2a3026c5663b38969d4eaec40a298a9b629e7 Mon Sep 17 00:00:00 2001 From: Jaby Date: Wed, 26 Apr 2023 22:07:38 +0200 Subject: [PATCH] Remove printf --- examples/PoolBox/application/src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/PoolBox/application/src/main.cpp b/examples/PoolBox/application/src/main.cpp index d5ddf32b..a24f83f9 100644 --- a/examples/PoolBox/application/src/main.cpp +++ b/examples/PoolBox/application/src/main.cpp @@ -21,7 +21,6 @@ void main() { mesaure_busy_loop(); while(true) { - printf("Doing stuff...\n"); JabyEngine::GPU::swap_buffers_vsync(2); } } \ No newline at end of file