tasn pushed a commit to branch master.

commit 93ed31024ee28c6500c73037f40b13c2e77607be
Author: Tom Hacohen <[email protected]>
Date:   Wed May 8 15:48:21 2013 +0100

    Removed accidentally added printf.
---
 src/bin/scheduler.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/bin/scheduler.c b/src/bin/scheduler.c
index d8122f4..c18d595 100644
--- a/src/bin/scheduler.c
+++ b/src/bin/scheduler.c
@@ -67,7 +67,6 @@ _job_dispatch(List_Entry *ent, Scheduler_Ctx *ctx)
               _job_deleted_cb, ctx);
      }
 
-   printf(" **** Running: %s\n", ent->name);
    exe = ecore_exe_pipe_run(buf, ECORE_EXE_TERM_WITH_PARENT, ent);
 
    if (!exe)

-- 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may

Reply via email to