From 61748d313c41459ceb72c31febdb08d162bbd307 Mon Sep 17 00:00:00 2001 From: eclipse Date: Fri, 21 Mar 2025 14:53:11 +0100 Subject: [PATCH] removed a debug line --- utils/refresh_events.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/refresh_events.py b/utils/refresh_events.py index d498474..b5925d6 100755 --- a/utils/refresh_events.py +++ b/utils/refresh_events.py @@ -25,7 +25,6 @@ else: exit(1) # read ini file -print("project_root is %s" % project_root) cp = configparser.ConfigParser() cp.read(project_root + '/events.ini') server_url = cp["CalDAV"]["server_url"]