Removed excessive logging.
parent
f24afa4c86
commit
1817e58d2d
|
@ -289,7 +289,7 @@
|
||||||
while (keepOn)
|
while (keepOn)
|
||||||
{
|
{
|
||||||
theEvent = [self transmogrify:[self nextEventMatchingMask:mask]];
|
theEvent = [self transmogrify:[self nextEventMatchingMask:mask]];
|
||||||
NSLog(@"Event: %@", theEvent);
|
|
||||||
switch ([theEvent type])
|
switch ([theEvent type])
|
||||||
{
|
{
|
||||||
case NSMouseMoved:
|
case NSMouseMoved:
|
||||||
|
|
Loading…
Reference in New Issue