Removed accidentally added printf.

This commit is contained in:
Tom Hacohen 2013-05-08 15:48:21 +01:00
parent c5860fc6e6
commit 93ed31024e
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ _job_dispatch(List_Entry *ent, Scheduler_Ctx *ctx)
_job_deleted_cb, ctx); _job_deleted_cb, ctx);
} }
printf(" **** Running: %s\n", ent->name);
exe = ecore_exe_pipe_run(buf, ECORE_EXE_TERM_WITH_PARENT, ent); exe = ecore_exe_pipe_run(buf, ECORE_EXE_TERM_WITH_PARENT, ent);
if (!exe) if (!exe)