Removed excessive logging.
This commit is contained in:
parent
f24afa4c86
commit
1817e58d2d
1 changed files with 1 additions and 1 deletions
2
ThirdParty/GCWindowMenu/GCWindowMenu.m
vendored
2
ThirdParty/GCWindowMenu/GCWindowMenu.m
vendored
|
@ -289,7 +289,7 @@
|
|||
while (keepOn)
|
||||
{
|
||||
theEvent = [self transmogrify:[self nextEventMatchingMask:mask]];
|
||||
NSLog(@"Event: %@", theEvent);
|
||||
|
||||
switch ([theEvent type])
|
||||
{
|
||||
case NSMouseMoved:
|
||||
|
|
Loading…
Reference in a new issue