summaryrefslogtreecommitdiffstats
path: root/gnome-map
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-06-13 21:59:19 +0000
committerMike Fulbright <msf@redhat.com>2000-06-13 21:59:19 +0000
commit91157fb305f7c63b73b3692fe16a7273f3e5ffc3 (patch)
treec1bf715fdc7b112dd09738d740cf917fbb98e686 /gnome-map
parent785bd03785d6bbd6a413abc2f273b985e9eb0f29 (diff)
downloadanaconda-91157fb305f7c63b73b3692fe16a7273f3e5ffc3.tar.gz
anaconda-91157fb305f7c63b73b3692fe16a7273f3e5ffc3.tar.xz
anaconda-91157fb305f7c63b73b3692fe16a7273f3e5ffc3.zip
remove debug output
Diffstat (limited to 'gnome-map')
-rw-r--r--gnome-map/timezonemapmodule.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-map/timezonemapmodule.c b/gnome-map/timezonemapmodule.c
index d13f4efbf..e0c491a0d 100644
--- a/gnome-map/timezonemapmodule.c
+++ b/gnome-map/timezonemapmodule.c
@@ -459,8 +459,8 @@ list_select_event ( GtkWidget *clist, gint row, gint column,
gtk_clist_get_text(GTK_CLIST(clist), row, 0, &text);
/* Just prints some information about the selected row */
- g_print("You selected row %d. More specifically you clicked in column %d, and the text in this cell is %s\n\n", row, column, text);
-
+/* g_print("You selected row %d. More specifically you clicked in column %d, and the text in this cell is %s\n\n", row, column, text);
+*/
index = find_location (mapdata->Locations, text);
if (index < 0)
return;