Removed excessive logging.

CQTexperiment
vspader 2009-02-09 06:18:46 +00:00
parent f24afa4c86
commit 1817e58d2d
1 changed files with 1 additions and 1 deletions

View File

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