aboutsummaryrefslogtreecommitdiffstats
path: root/Invert.m
diff options
context:
space:
mode:
Diffstat (limited to 'Invert.m')
-rw-r--r--Invert.m2
1 files changed, 0 insertions, 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];