mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
[Cleanup] Remove unnecessary stoptimer logs (#4128)
# Notes - These logs were for testing and are unnecessary. - They cause a lot of spam for servers using `Info` logs.
This commit is contained in:
parent
89be55254e
commit
c001060429
@ -752,11 +752,7 @@ void QuestManager::stoptimer(const std::string& timer_name)
|
||||
);
|
||||
|
||||
for (auto e = QTimerList.begin(); e != QTimerList.end(); ++e) {
|
||||
LogInfo("Current [{}] Timer [{}]", e->name, timer_name);
|
||||
|
||||
if (e->mob && e->mob == owner && e->name == timer_name) {
|
||||
LogInfo("Matched [{}] Timer [{}]", e->name, timer_name);
|
||||
|
||||
if (has_stop_event) {
|
||||
if (owner->IsClient()) {
|
||||
parse->EventPlayer(EVENT_TIMER_STOP, owner->CastToClient(), timer_name, 0);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user