Browse Source

Remove debugging message :P

nfactor-troky
Con Kolivas 12 years ago
parent
commit
b9c7f3d169
  1. 1
      cgminer.c

1
cgminer.c

@ -4513,7 +4513,6 @@ static void clear_pool_work(struct pool *pool) @@ -4513,7 +4513,6 @@ static void clear_pool_work(struct pool *pool)
}
}
mutex_unlock(stgd_lock);
applog(LOG_ERR, "Discarded %d stratum works", cleared);
}
/* We only need to maintain a secondary pool connection when we need the

Loading…
Cancel
Save