don't dump all events to syslog

This commit is contained in:
matthias.ringwald@gmail.com 2012-04-04 15:30:03 +00:00
parent f4726e1de2
commit 8bb321cf59

View File

@ -174,7 +174,7 @@ static BluetoothController* sharedInstance = nil;
}
-(void)eventPacketHandler:(uint8_t*) packet withSize:(uint16_t) size {
NSLog(@"bt_packet_handler event: %u, state %u", packet[0], state);
// NSLog(@"bt_packet_handler event: %u, state %u", packet[0], state);
// update state
switch(packet[0]){