From 10a094493e3d9969ec5a9c8fcddc24f2bba5259b Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Sat, 9 Mar 2024 15:17:08 +0100 Subject: [PATCH] remove debug log message --- wayneko.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wayneko.c b/wayneko.c index 7335475..78578a7 100644 --- a/wayneko.c +++ b/wayneko.c @@ -819,7 +819,6 @@ static bool animtation_neko_wants_sleep (void) /** Returns true if new frame is needed. */ static bool animation_next_state_with_idle (void) { - fprintf(stderr, "with idle!!!\n"); /* If no one is there (system is idle), neko gets bored and will sleep. */ switch (current_neko) {