mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-11 19:21:54 +02:00
fix: remove print for select_model method of sim module
This commit is contained in:
@ -161,7 +161,6 @@ class SimulatedDataBase(ABC):
|
||||
self._model = model_cls() if callable(model_cls) else model_cls
|
||||
self._params = self.get_params_for_model_cls()
|
||||
self._params.update(self._get_additional_params())
|
||||
print(self._get_table_active_simulation())
|
||||
|
||||
@property
|
||||
def params(self) -> dict:
|
||||
|
Reference in New Issue
Block a user