From 482d3c4ca4f1c1b8e6e5a727dd7088700306a495 Mon Sep 17 00:00:00 2001 From: Stephane Rigaud Date: Thu, 21 Nov 2024 15:23:22 +0100 Subject: [PATCH] rm debug print --- pyclesperanto/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyclesperanto/__init__.py b/pyclesperanto/__init__.py index b667ec4d..50913e87 100644 --- a/pyclesperanto/__init__.py +++ b/pyclesperanto/__init__.py @@ -27,6 +27,4 @@ from ._interroperability import * # isort:skip -print(f"pyclesperanto version: {__version__}") - default_initialisation()