From 15b554ffdcb03e41c51c1afa93bda429867a1bf1 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 7 Mar 2021 13:53:19 +0100 Subject: toggleInvertColors:: Remove debug `NSLog` message Added this for testing, but it no longer makes sense. --- Invert.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Invert.m b/Invert.m index 240c022..811d741 100644 --- a/Invert.m +++ b/Invert.m @@ -17,8 +17,6 @@ static const CGGammaValue INVERTED_GAMMA[2] = {1, 0}; - (void)toggleInvertColors:(NSEvent *)event { - NSLog(@"Toggling"); - if (!_inverted) { [self invertColors]; -- cgit v1.2.3