# HG changeset patch # User Goffi # Date 1618408466 -7200 # Node ID c018c510a562da1cfdffdf1313ddeb76ad07d7a5 # Parent 6f7486683e20aebcc501c03e8b1562f9e2e2c2e4 core: remove `print` which may provoke undesired side effects diff -r 6f7486683e20 -r c018c510a562 sat/__init__.py --- a/sat/__init__.py Wed Apr 14 14:09:50 2021 +0200 +++ b/sat/__init__.py Wed Apr 14 15:54:26 2021 +0200 @@ -23,5 +23,4 @@ __version__ = f.read().strip() if not wokkel.installed: - print("installing Wokkel patches") wokkel.install()