diff --git a/velbusaio/module.py b/velbusaio/module.py index 619ea36..67fc0d2 100644 --- a/velbusaio/module.py +++ b/velbusaio/module.py @@ -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 )