Skip to content

Commit

Permalink
remove debug messsage
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed Apr 6, 2022
1 parent e84f284 commit 6e250f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pysme/sme_synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6e250f7

Please sign in to comment.