]> err.no Git - mapper/commitdiff
Remove useless debug output
authorKaj-Michael Lang <milang@onion.tal.org>
Thu, 24 Jan 2008 16:58:35 +0000 (18:58 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Thu, 24 Jan 2008 16:58:35 +0000 (18:58 +0200)
src/map.c

index 32972a063ebf758b0f8d691a43b91056d8b46ec9..9c8840ab1cc30565229484d6000afecdd1493fdb 100644 (file)
--- a/src/map.c
+++ b/src/map.c
@@ -1284,7 +1284,6 @@ map_cb_button_press(GtkWidget * widget, GdkEventButton * event)
 _cmenu_position_x = event->x + 0.5;
 _cmenu_position_y = event->y + 0.5;
 
-g_printf("BtnPress\n");
 switch (event->button) {
 case 1:
        if (event->type==GDK_2BUTTON_PRESS) {
@@ -1322,7 +1321,6 @@ gdouble lat, lon;
 guint poi_id;
 gint ux, uy;
 
-g_printf("BtnRelease\n");
 switch (event->button) {
 case 1:
        if (_center_mode>0)