From 3f87c1c05314e5b35322f86545e495c29d7e3929 Mon Sep 17 00:00:00 2001 From: thiery Date: Fri, 10 Dec 2010 14:45:47 +0000 Subject: [PATCH] Remove debugging fprintf git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9135 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- tools/tesh/run_context.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/tesh/run_context.c b/tools/tesh/run_context.c index 5b9a9bb925..181b688b22 100644 --- a/tools/tesh/run_context.c +++ b/tools/tesh/run_context.c @@ -802,7 +802,6 @@ void *rctx_wait(void *r) xbt_dynar_free(&a); /* If an empty line moved in first position, move it back to the end */ if (rctx->output_got->data[0]=='\n') { - fprintf(stderr,"XXX"); memmove(rctx->output_got->data,rctx->output_got->data+1,rctx->output_got->used-1); rctx->output_got->data[rctx->output_got->used-1] = '\n'; } -- 2.20.1