Browse Source

Remove debugging message :P

Con Kolivas 13 years ago
parent
commit
5656b29ad2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      miner.c

+ 0 - 1
miner.c

@@ -5465,7 +5465,6 @@ static void clear_pool_work(struct pool *pool)
 		}
 		}
 	}
 	}
 	mutex_unlock(stgd_lock);
 	mutex_unlock(stgd_lock);
-	applog(LOG_ERR, "Discarded %d stratum works", cleared);
 }
 }
 
 
 /* One stratum thread per pool that has stratum waits on the socket checking
 /* One stratum thread per pool that has stratum waits on the socket checking