diff --git a/generate_ical.py b/generate_ical.py
index b65bf6c..e92604a 100644
--- a/generate_ical.py
+++ b/generate_ical.py
@@ -97,7 +97,6 @@ for trash_type in trash_types:
       ical_path = os.path.join(trash_type_folder, ical_name)
       with open(ical_path, "wb") as single_file:
         single_file.write(new_cal.to_ical())
-
     else:
-      print("Skipping type {}".format(type(event)))
+      pass