removed a debug line
This commit is contained in:
parent
68cd858a0c
commit
61748d313c
@ -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"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user