mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Further reduce debug output
This commit is contained in:
parent
322d4e670c
commit
9e164bf0cf
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue