changeset 3496:c018c510a562

core: remove `print` which may provoke undesired side effects
author Goffi <goffi@goffi.org>
date Wed, 14 Apr 2021 15:54:26 +0200
parents 6f7486683e20
children 73e04040d577
files sat/__init__.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()