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"]