--- trunk/src/osm-gps-map.c 2009/08/28 07:52:01 84 +++ trunk/src/osm-gps-map.c 2009/08/28 12:07:16 85 @@ -1496,7 +1496,7 @@ gboolean handled = FALSE; int step = GTK_WIDGET(widget)->allocation.width/OSM_GPS_MAP_SCROLL_STEP; - printf("key event with keyval %x\n", event->keyval); + // printf("key event with keyval %x\n", event->keyval); // the map handles some keys on its own ... switch(event->keyval) { @@ -1564,7 +1564,7 @@ #endif default: - printf("unhandled key event with keyval %x\n", event->keyval); + // printf("unhandled key event with keyval %x\n", event->keyval); break; }