From f7730d08b695019c84a0b5961d8fb6bdb67365b9 Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 20 Oct 2008 22:33:18 +0000 Subject: Remove an extremely noisy piece of debug on startup/rehash - this code works fine anyway git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10683 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/configreader.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/configreader.cpp b/src/configreader.cpp index 5523397f4..5735b395c 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -954,8 +954,6 @@ void ServerConfig::Read(bool bail, const std::string &useruid) *item = 0; if (ConfValue(newconfig, ChangedConfig[Index].tag, ChangedConfig[Index].value, "", 0, item, MAXBUF, true) || *item) throw CoreException(std::string("Your configuration contains a deprecated value: <") + ChangedConfig[Index].tag + ":" + ChangedConfig[Index].value + "> - " + ChangedConfig[Index].reason); - else - ServerInstance->Logs->Log("CONFIG",DEBUG,"Deprecated item <%s:%s> does not exist, good.", ChangedConfig[Index].tag, ChangedConfig[Index].value); } /* Read the values of all the tags which occur once or not at all, and call their callbacks. -- cgit v1.2.3