aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-03-07 13:53:19 +0100
committerTeddy Wing2021-03-07 13:53:19 +0100
commit15b554ffdcb03e41c51c1afa93bda429867a1bf1 (patch)
tree450e0a2a61ecbc7cee0dd0c22bb671fb13aa1ce4
parent0b75559334510592ba6064bcb66657cdda36b758 (diff)
downloadRe-Good-Catalina-Invert-Colours-15b554ffdcb03e41c51c1afa93bda429867a1bf1.tar.bz2
toggleInvertColors:: Remove debug `NSLog` message
Added this for testing, but it no longer makes sense.
-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];