diff options
Diffstat (limited to 'src/coremods')
-rw-r--r-- | src/coremods/core_who.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coremods/core_who.cpp b/src/coremods/core_who.cpp index 4757375c7..305733e03 100644 --- a/src/coremods/core_who.cpp +++ b/src/coremods/core_who.cpp @@ -346,7 +346,6 @@ bool CommandWho::MatchUser(LocalUser* source, User* user, WhoData& data) match = InspIRCd::Match(user->nick, data.matchtext); } - ServerInstance->Logs->Log(MODNAME, LOG_DEBUG, "MATCH: %u", match); return match; } |