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:
Nikos Barkas 2011-02-20 16:54:35 +00:00
parent ebdb82a6de
commit 4f2fd896c7

View File

@ -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,