summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-10-20 22:33:18 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2008-10-20 22:33:18 +0000
commitf7730d08b695019c84a0b5961d8fb6bdb67365b9 (patch)
tree43c5d7452fef5b8c97e274ddc98dedf39f7029e9
parent32a619dbea500bce8b930aeb6c10e4948607a303 (diff)
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
-rw-r--r--src/configreader.cpp2
1 files changed, 0 insertions, 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.