remove log

This commit is contained in:
Fleeym 2024-06-21 01:54:51 +03:00
parent cf2c089e09
commit 556cd5a3db

View file

@ -102,7 +102,6 @@ void EventListenerProtocol::disable() {
}
EventListenerProtocol::~EventListenerProtocol() {
log::debug("Destroying listener {}", (void*)this);
this->disable();
}