diff options
author | Thomas White <taw@physics.org> | 2019-03-07 16:41:53 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-03-07 16:41:53 +0100 |
commit | fdd99e5c505bccf0500ccde3a33bf4cf9c98e2a0 (patch) | |
tree | 379b19bc3fda66c50c064a41e0d2c82332dde3aa | |
parent | 29fdf21f5bc807e612cb560d262617304fef33fe (diff) |
Remove old debug message
-rw-r--r-- | src/im-sandbox.c | 1 |
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); |