From 853ba1240f8a5f6544784c918cea8cd7feb8cc29 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Tue, 26 Sep 2023 20:40:36 +0300 Subject: [PATCH] =?UTF-8?q?chore:=20=D1=83=D0=B1=D0=B8=D1=80=D0=B0=D0=B5?= =?UTF-8?q?=D1=82=20=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D0=B9=20print?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- statapp/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/statapp/utils.py b/statapp/utils.py index bce3b24..e6e19cb 100644 --- a/statapp/utils.py +++ b/statapp/utils.py @@ -8,5 +8,4 @@ def resource_path(relative): else: # we are running in a normal Python environment bundle_dir = os.path.dirname(os.path.abspath(__file__)) - print(bundle_dir) return os.path.join(bundle_dir, relative)