diff --git a/nomad/datamodel/results.py b/nomad/datamodel/results.py index e8b4303c14c674e94c0f1be2b17392271f551b18..51e551cef620cbaad202d732ac40278610e1fd4e 100644 --- a/nomad/datamodel/results.py +++ b/nomad/datamodel/results.py @@ -63,8 +63,6 @@ try: import simulationworkflowschema.molecular_dynamics import simulationworkflowschema.thermodynamics except Exception as e: - logger = utils.get_logger(__name__) - logger.error('Error importing simulation schemas.') runschema, simulationworkflowschema = None, None m_package = Package()