From 38eb845f7a98a3140adcdc108abf2adab82b87c0 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sun, 4 Aug 2013 12:33:30 +0200 Subject: Remove a few not-so-useful debug messages --- src/modules/m_xline_db.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/modules/m_xline_db.cpp') diff --git a/src/modules/m_xline_db.cpp b/src/modules/m_xline_db.cpp index 377634a75..c8206528a 100644 --- a/src/modules/m_xline_db.cpp +++ b/src/modules/m_xline_db.cpp @@ -188,11 +188,7 @@ class ModuleXLineDB : public Module if (command_p[0] == "VERSION") { - if (command_p[1] == "1") - { - ServerInstance->Logs->Log("m_xline_db", LOG_DEBUG, "xlinedb: Reading db version %s", command_p[1].c_str()); - } - else + if (command_p[1] != "1") { stream.close(); ServerInstance->Logs->Log("m_xline_db", LOG_DEBUG, "xlinedb: I got database version %s - I don't understand it", command_p[1].c_str()); -- cgit v1.3.1-10-gc9f91