Stray NSLog elimination.
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@4387 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
ebdb82a6de
commit
4f2fd896c7
@ -371,7 +371,7 @@ static id sSharedStickHandler = nil;
|
||||
// ...then check if axis moved more than AXCBTHRESH - (fix for BUG #17482)
|
||||
if(axisvalue > AXCBTHRESH)
|
||||
{
|
||||
NSLog(@"Callback...");
|
||||
OOLog(@"decodeAxisEventNotification", @"Callback...");
|
||||
NSDictionary *fnDict = [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
[NSNumber numberWithBool: YES], STICK_ISAXIS,
|
||||
[NSNumber numberWithInt: evt->which], STICK_NUMBER,
|
||||
|
Loading…
x
Reference in New Issue
Block a user