Browse Source

Remove silly debugging output.

Con Kolivas 14 years ago
parent
commit
6197ff2009
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main.c

+ 0 - 1
main.c

@@ -3131,7 +3131,6 @@ retry:
 		if (requested && !pool_tset(pool, &pool->lagging)) {
 			applog(LOG_WARNING, "Pool %d not providing work fast enough",
 				pool->pool_no);
-			applog(LOG_WARNING, "staged %d", requests_staged());
 			pool->localgen_occasions++;
 			total_lo++;
 		}