diff --git a/ohmpi/hardware_system.py b/ohmpi/hardware_system.py
index 0cd8ec32ff848f7cf62839df3a055e29b2745991..a365d36d32a9f58f79f7a088c5c710ab9edbd152 100644
--- a/ohmpi/hardware_system.py
+++ b/ohmpi/hardware_system.py
@@ -93,6 +93,7 @@ class OhmPiHardware:
         self._cabling = kwargs.pop('cabling', {})
         self.mux_boards = {}
         for mux_id, mux_config in HARDWARE_CONFIG['mux'].items():
+            print(f'mux_id: {mux_id}, mux_config: {mux_config}')  # TODO: Delete me!
             mux_config.pop('model', '')
             constructor = mux_config.pop('constructor')
             ctl = mux_config.pop('ctl', self.ctl)