diff options
| author | Teddy Wing | 2021-03-07 13:53:19 +0100 |
|---|---|---|
| committer | Teddy Wing | 2021-03-07 13:53:19 +0100 |
| commit | 15b554ffdcb03e41c51c1afa93bda429867a1bf1 (patch) | |
| tree | 450e0a2a61ecbc7cee0dd0c22bb671fb13aa1ce4 | |
| parent | 0b75559334510592ba6064bcb66657cdda36b758 (diff) | |
| download | Re-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.m | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,8 +17,6 @@ static const CGGammaValue INVERTED_GAMMA[2] = {1, 0}; - (void)toggleInvertColors:(NSEvent *)event { - NSLog(@"Toggling"); - if (!_inverted) { [self invertColors]; |
