From 1817e58d2d46f12e4d3c3cd81baafb2ca0ffb53f Mon Sep 17 00:00:00 2001 From: vspader Date: Mon, 9 Feb 2009 06:18:46 +0000 Subject: [PATCH] Removed excessive logging. --- ThirdParty/GCWindowMenu/GCWindowMenu.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThirdParty/GCWindowMenu/GCWindowMenu.m b/ThirdParty/GCWindowMenu/GCWindowMenu.m index 6a27acbc1..61316afed 100644 --- a/ThirdParty/GCWindowMenu/GCWindowMenu.m +++ b/ThirdParty/GCWindowMenu/GCWindowMenu.m @@ -289,7 +289,7 @@ while (keepOn) { theEvent = [self transmogrify:[self nextEventMatchingMask:mask]]; - NSLog(@"Event: %@", theEvent); + switch ([theEvent type]) { case NSMouseMoved: