Remove useless printf.

SVN revision: 32015
This commit is contained in:
Christopher Michael 2007-10-08 17:10:18 +00:00
parent a7d1bfeaae
commit 88343ea978
1 changed files with 0 additions and 1 deletions

View File

@ -2868,7 +2868,6 @@ _e_fm2_file_cut(void *data, E_Menu *m, E_Menu_Item *mi)
ici = l->data;
if (!ici) continue;
snprintf(buf, sizeof(buf), "%s/%s", realpath, ici->file);
printf("Cutting: %s\n", buf);
sd->file_queue = evas_list_append(sd->file_queue, strdup(buf));
}
}