bug: remove print statement.

This commit is contained in:
Brett Rowan
2024-09-01 16:49:07 -06:00
parent e3c7d3f8a2
commit 8113d0e4e0

View File

@@ -216,7 +216,6 @@ class AvalonMiner(CGMiner):
try: try:
board_hr = parsed_stats["MGHS"][board] board_hr = parsed_stats["MGHS"][board]
print(board_hr)
hashboards[board].hashrate = AlgoHashRate.SHA256( hashboards[board].hashrate = AlgoHashRate.SHA256(
float(board_hr), HashUnit.SHA256.GH float(board_hr), HashUnit.SHA256.GH
).into(self.algo.unit.default) ).into(self.algo.unit.default)