diff --git a/src/pysme/sme_synth.py b/src/pysme/sme_synth.py index b21944f3..df31ecde 100644 --- a/src/pysme/sme_synth.py +++ b/src/pysme/sme_synth.py @@ -16,7 +16,6 @@ # Load the library # This ensures that we can find the library when we load _smelib libfile = get_full_libfile() -logger.critical(libfile) cdll.LoadLibrary(libfile) from .smelib import _smelib