Index: limitlessled_rf/__init__.py ================================================================== --- limitlessled_rf/__init__.py +++ limitlessled_rf/__init__.py @@ -139,11 +139,12 @@ output = int(output + 0.5) return output def _debug(self, message): - print("MILITE DEBUG: " + message) + if 'debug_log_command' in self._config: + self._config['debug_log_command'](message) return None def _get_type_parameters(self, remote_type): config = self._remote_type_parameters_map[remote_type]