Removed excessive logging.

This commit is contained in:
vspader 2009-02-09 06:18:46 +00:00
parent f24afa4c86
commit 1817e58d2d

View file

@ -289,7 +289,7 @@
while (keepOn)
{
theEvent = [self transmogrify:[self nextEventMatchingMask:mask]];
NSLog(@"Event: %@", theEvent);
switch ([theEvent type])
{
case NSMouseMoved: