Remove unnecessary output
This commit is contained in:
parent
539f9dcb38
commit
ca43be7db3
|
@ -97,7 +97,6 @@ for trash_type in trash_types:
|
||||||
ical_path = os.path.join(trash_type_folder, ical_name)
|
ical_path = os.path.join(trash_type_folder, ical_name)
|
||||||
with open(ical_path, "wb") as single_file:
|
with open(ical_path, "wb") as single_file:
|
||||||
single_file.write(new_cal.to_ical())
|
single_file.write(new_cal.to_ical())
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print("Skipping type {}".format(type(event)))
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue