From c3f0e48166ebb9c389e0d4b4cdc2e85879b35473 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 25 Jan 2023 04:57:43 +0000 Subject: Don't log object culls unless built with RTTI. This is spammy and not very useful without type information. --- src/cull.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cull.cpp') 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); -- cgit v1.3.1-10-gc9f91