Fix bad debug print in canna
Signed-off-by: Matt Madia <mattmadia@gmail.com>
This commit is contained in:
parent
e409420486
commit
b6c526d2d9
@ -233,7 +233,7 @@ CannaLooper::_HandleKeyDown(BMessage* msg)
|
||||
}
|
||||
|
||||
SERIAL_PRINT(("CannaLooper: HandleKeyDown() calling "
|
||||
"CannaInterface::KeyIn()...\n", result));
|
||||
"CannaInterface::KeyIn()...\n"));
|
||||
|
||||
uint32 result = fCanna->KeyIn(character, modifier, key);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user