diff --git a/lib/structs/events/collections.cpp b/lib/structs/events/collections.cpp index 55b88556bedadc0bae36edd5fbcc07e1621ad423..84ae5d6db5418f83bdf08c2b989f901d7ef8546f 100644 --- a/lib/structs/events/collections.cpp +++ b/lib/structs/events/collections.cpp @@ -88,9 +88,6 @@ from_json(const json &obj, TimelineEvent &e) << obj.dump(2) << '\n'; return; } - - std::cout << "Invalid event type: " << obj.dump(2) << '\n'; - break; } switch (msg_type) {