From b71fd801bc3a39249b40b39c7fe1e55e0af0de62 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 28 Aug 2012 08:15:36 +0000 Subject: [PATCH] remove printf from import dialog SVN revision: 75761 --- src/bin/e_import_dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_import_dialog.c b/src/bin/e_import_dialog.c index 48fdbb297..2d9d2f09d 100644 --- a/src/bin/e_import_dialog.c +++ b/src/bin/e_import_dialog.c @@ -174,7 +174,7 @@ e_import_dialog_show(E_Container *con, const char *dev, const char *path, Ecore_ fpath = "/"; } - printf("LAST: [%s] '%s' '%s'\n", buf, fdev, fpath); + //printf("LAST: [%s] '%s' '%s'\n", buf, fdev, fpath); ofm = e_widget_fsel_add(evas, fdev, fpath, NULL, NULL, NULL, NULL, NULL, NULL, 1); e_widget_fsel_window_object_set(ofm, E_OBJECT(dia->win));