Further reduce debug output

This commit is contained in:
Robin Gareus 2025-01-23 03:55:01 +01:00
parent 322d4e670c
commit 9e164bf0cf
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -728,7 +728,9 @@ static int showInvalidation = 0;
if (NSContainsRect (rect, [self bounds])) {
full_draw = TRUE;
#ifndef NDEBUG
printf ("full draw seen!\n");
#endif
} else {
full_draw = FALSE;
}