fix event

This commit is contained in:
2025-04-23 16:05:29 +03:00
parent eec715214c
commit 2bb16c9929

View File

@@ -24,7 +24,6 @@ namespace VE
auto it = m_funcs.find(key); auto it = m_funcs.find(key);
if (it != m_funcs.end()) if (it != m_funcs.end())
m_funcs.erase(it); m_funcs.erase(it);
hack::log()(m_funcs.size());
} }
void emit(event e) void emit(event e)