diff options
Diffstat (limited to 'src/cull.cpp')
| -rw-r--r-- | src/cull.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cull.cpp b/src/cull.cpp index 2b9ee5665..d5eff6db3 100644 --- a/src/cull.cpp +++ b/src/cull.cpp @@ -87,8 +87,6 @@ void CullList::Apply() #ifdef INSPIRCD_ENABLE_RTTI ServerInstance->Logs.Debug("CULLLIST", "Deleting {} @{}", typeid(*c).name(), fmt::ptr(c)); -#else - ServerInstance->Logs.Debug("CULLLIST", "Deleting @{}", fmt::ptr(c)); #endif c->Cull(); queue.push_back(c); |
