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)