remove printf from import dialog

SVN revision: 75761
This commit is contained in:
Mike Blumenkrantz 2012-08-28 08:15:36 +00:00
parent 4f5bf08c9a
commit b71fd801bc
1 changed files with 1 additions and 1 deletions

View File

@ -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));