Skip to content

Commit

Permalink
Revert "Print libpath"
Browse files Browse the repository at this point in the history
This reverts commit 4b2449b.
  • Loading branch information
kartik-s committed Jun 24, 2024
1 parent eb52fa7 commit 12567c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python-bindings.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
(format stream "except TypeError as e:~%")
(format stream " raise Exception('Unable to locate ~a') from e~%~%" name)))

(format stream "print(str(libpath))~%~%")
(format stream "~a = CDLL(str(libpath), mode=RTLD_GLOBAL)~%~%" name)
(unless omit-init-call
(format stream "~a.init(str(libpath.parent / '~a.core').encode('utf-8'))~%~%"
Expand Down

0 comments on commit 12567c1

Please sign in to comment.