From fdd99e5c505bccf0500ccde3a33bf4cf9c98e2a0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 7 Mar 2019 16:41:53 +0100 Subject: Remove old debug message --- src/im-sandbox.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/im-sandbox.c b/src/im-sandbox.c index 0dd33165..b85807b0 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -1109,7 +1109,6 @@ int create_sandbox(struct index_args *iargs, int n_proc, char *prefix, time_accounts_set(taccs, TACC_QUEUETOPUP); pthread_mutex_lock(&sb->shared->queue_lock); if ( !sb->shared->no_more && (sb->shared->n_events < QUEUE_SIZE/2) ) { - STATUS("filling: %i %i\n", sb->shared->no_more, sb->shared->n_events); if ( fill_queue(&gpctx, sb) ) sb->shared->no_more = 1; } pthread_mutex_unlock(&sb->shared->queue_lock); -- cgit v1.2.3