efreet: remove debug fprintf

This commit is contained in:
Sebastian Dransfeld 2014-09-25 09:22:07 +02:00
parent 0f4f0a7e5e
commit 8e740ea765
1 changed files with 0 additions and 1 deletions

View File

@ -379,7 +379,6 @@ efreet_desktop_command_build(Efreet_Desktop_Command *command)
{
exec = efreet_desktop_command_append_multiple(exec, &size,
&len, command, *p);
fprintf(stderr, "EXE: '%s'\n", exec);
if (!exec) goto error;
file_added = 1;
}