format: remove print in tunerstatus.

This commit is contained in:
UpstreamData
2022-11-07 10:11:08 -07:00
parent d47e59d057
commit 81db6d8e28

View File

@@ -266,7 +266,6 @@ class BOSMiner(BaseMiner):
logging.warning(e)
if tunerstatus:
print(tunerstatus)
try:
tuner = tunerstatus[0].get("TUNERSTATUS")
except KeyError: