formatting: removed print statements.

This commit is contained in:
UpstreamData
2023-02-16 08:57:51 -07:00
parent 1e5b19c149
commit e9882124ff

View File

@@ -483,9 +483,6 @@ class BOSMiner(BaseMiner):
api_devs = d["devs"][0]
except (KeyError, IndexError):
api_devs = None
print(api_devdetails)
print(api_devs)
print(api_temps)
if api_temps:
try:
offset = 6 if api_temps["TEMPS"][0]["ID"] in [6, 7, 8] else 1