remove debug log message

This commit is contained in:
Leon Henrik Plickat 2024-03-09 15:17:08 +01:00
commit 10a094493e

View file

@ -819,7 +819,6 @@ static bool animtation_neko_wants_sleep (void)
/** Returns true if new frame is needed. */ /** Returns true if new frame is needed. */
static bool animation_next_state_with_idle (void) 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. */ /* If no one is there (system is idle), neko gets bored and will sleep. */
switch (current_neko) switch (current_neko)
{ {