Revision: 12894 http://sourceforge.net/p/skim-app/code/12894 Author: hofman Date: 2022-05-07 09:24:04 +0000 (Sat, 07 May 2022) Log Message: ----------- remove logging
Modified Paths: -------------- trunk/SKTopBarView.m Modified: trunk/SKTopBarView.m =================================================================== --- trunk/SKTopBarView.m 2022-05-07 09:23:05 UTC (rev 12893) +++ trunk/SKTopBarView.m 2022-05-07 09:24:04 UTC (rev 12894) @@ -153,7 +153,7 @@ [NSGraphicsContext saveGraphicsState]; - if ([colors count] > 1) {log_method(); + if ([colors count] > 1) { NSGradient *aGradient = [[NSGradient alloc] initWithColors:colors]; [aGradient drawInRect:rect angle:90.0]; [aGradient release]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit