summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserentry.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-07-23 00:45:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-07-23 00:45:32 -0400
commit3f18e76a341de18ece6a9f0d48414c2b50b93ade (patch)
treed1cb77851cd30976dffcdc50911d496bc56e6114 /gtk/gtkfilechooserentry.c
parent91c05f6f6bf013accca8ff583cfe66f204fcd5d0 (diff)
downloadgtk+-3f18e76a341de18ece6a9f0d48414c2b50b93ade.tar.gz
Remove debug spew
Diffstat (limited to 'gtk/gtkfilechooserentry.c')
-rw-r--r--gtk/gtkfilechooserentry.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c
index 100729a114..be310ee3d2 100644
--- a/gtk/gtkfilechooserentry.c
+++ b/gtk/gtkfilechooserentry.c
@@ -352,7 +352,6 @@ gtk_file_chooser_get_directory_for_text (GtkFileChooserEntry *chooser_entry,
if (file == NULL)
return NULL;
- g_print ("text '%s', folder '%s'\n", text, g_file_get_path (file));
if (text[0] == 0 || text[strlen (text) - 1] == G_DIR_SEPARATOR ||
is_directory_shortcut (text))
return file;