aboutsummaryrefslogtreecommitdiffstats
path: root/src/cull.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cull.cpp')
-rw-r--r--src/cull.cpp2
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);