Remove debug spew

This commit is contained in:
Matthias Clasen
2015-07-23 00:45:32 -04:00
committed by Federico Mena Quintero
parent a17e23b8ca
commit 05adbbbc01

View File

@@ -338,7 +338,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;