Make log for bad palette a debug level log

This commit is contained in:
Gregory John Casamento 2023-06-28 09:20:38 -04:00
parent 608ecef8e4
commit 6147fd5859

View file

@ -680,7 +680,7 @@ static NSImage *dragImage = nil;
}
else
{
NSLog(@"Bad palette selection - %d", (int)[anObj selectedColumn]);
NSDebugLog(@"Bad palette selection - %d", (int)[anObj selectedColumn]);
current = -1;
}
[dragView setNeedsDisplay: YES];