summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 0980175f..688f9ee5 100644
--- a/main.c
+++ b/main.c
@@ -19,7 +19,6 @@ int psdl_terminate = 0;
void
psdl_thread (uintptr_t ctx) {
- printf ("psdl_thread started!\n");
psdl_play ();
while (!psdl_terminate) {
uint32_t msg;