remove NSLog

This commit is contained in:
Christopher Lloyd 2010-11-01 15:52:44 -04:00
parent 17948b2818
commit 7752466843

View File

@ -542,7 +542,6 @@ unsigned appleKeyCodeForWindowsKeyCode(unsigned wParam,unsigned lParam,BOOL *isK
}
}
NSLog(@"%d %x",wParam,wParam);
switch(wParam){
case '0': return kVK_ANSI_0;
case '1': return kVK_ANSI_1;