aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/im-sandbox.c1
1 files changed, 0 insertions, 1 deletions
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);