From a8f1e51fe05b36f908c0f59a41237b12f4947bd5 Mon Sep 17 00:00:00 2001 From: Shampra <16141040+Shampra@users.noreply.github.com> Date: Wed, 20 Mar 2024 15:19:14 +0100 Subject: [PATCH] Remove log --- Enex_to_json/gui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Enex_to_json/gui.py b/Enex_to_json/gui.py index a46525e..c302129 100644 --- a/Enex_to_json/gui.py +++ b/Enex_to_json/gui.py @@ -97,7 +97,6 @@ def create_interface(self): def resource_path(relative_path): base_path = getattr(sys, '_MEIPASS', os.path.dirname(os.path.abspath(__file__))) - print(f"VĂ©rif icone : {os.path.join(base_path, relative_path)}") return os.path.join(base_path, relative_path) def main(version):