Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Commit b099ff4

Browse files
committed
bug: remove print statements
1 parent 9bc3cc2 commit b099ff4

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

docs/miners/goldshell/Byte.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Byte (Stock)
55

66
- [x] Shutdowns
7-
- [ ] Power Modes
7+
- [x] Power Modes
88
- [ ] Setpoints
99
- [ ] Presets
1010

docs/miners/supported_types.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -600,12 +600,6 @@ details {
600600
<details>
601601
<summary>Stock Firmware Goldshells:</summary>
602602
<ul>
603-
<details>
604-
<summary>Byte Series:</summary>
605-
<ul>
606-
<li><a href="../goldshell/Byte#byte-stock">Byte (Stock)</a></li>
607-
</ul>
608-
</details>
609603
<details>
610604
<summary>X5 Series:</summary>
611605
<ul>
@@ -627,6 +621,12 @@ details {
627621
<li><a href="../goldshell/XBox#kd-box-pro-stock">KD Box Pro (Stock)</a></li>
628622
</ul>
629623
</details>
624+
<details>
625+
<summary>Byte Series:</summary>
626+
<ul>
627+
<li><a href="../goldshell/Byte#byte-stock">Byte (Stock)</a></li>
628+
</ul>
629+
</details>
630630
</ul>
631631
</details>
632632
<details>

pyasic/miners/backends/btminer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,8 +1012,6 @@ async def _get_hashboards(
10121012
board_count = (
10131013
rpc_get_device_info.get("msg", {}).get("hardware", {}).get("boards", 3)
10141014
)
1015-
print(rpc_get_miner_status_edevs)
1016-
print(rpc_get_device_info)
10171015
edevs = rpc_get_miner_status_edevs.get("msg", {}).get("edevs", [])
10181016
for idx in range(board_count):
10191017
board_data = edevs[idx] if idx < len(edevs) else {}

0 commit comments

Comments
 (0)