Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
cereal2nd committed Oct 22, 2024
1 parent 26e6953 commit 3e37ba5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion velbusaio/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,6 @@ def __init__(

async def _load_default_channels(self) -> None:
for chan in range(1, 64 + 1):
print(chan)
self._channels[chan] = Channel(
self, chan, "placeholder", True, self._writer, self._address
)
Expand Down

0 comments on commit 3e37ba5

Please sign in to comment.