Browse Source

bitfury: Remove useless debugging

Luke Dashjr 12 years ago
parent
commit
5a72379bb6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      driver-bitfury.c

+ 0 - 3
driver-bitfury.c

@@ -747,9 +747,6 @@ void bitfury_do_io(struct thr_info * const master_thr)
 		
 		if (n)
 		{
-			if(proc->device_id == 0 && proc->proc_id == 6) {
-				applog(LOG_DEBUG, "AAA proc->total_mhashes: %f, total_secs: %f", proc->total_mhashes, total_secs);
-			}
 			for (i = 0; i < n; ++i)
 			{
 				nonce = bitfury_decnonce(newbuf[i]);