From bdc3834f5aeb57da7ec777f0eb3e9ac01df27b71 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:41:44 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in BootStaticZone query: %s --- world/eql_config.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/world/eql_config.cpp b/world/eql_config.cpp index 1e499037c..4ef8b25c7 100644 --- a/world/eql_config.cpp +++ b/world/eql_config.cpp @@ -170,7 +170,6 @@ bool EQLConfig::BootStaticZone(Const_char *short_name, uint16 port) { "VALUES('%s', '%s', %d)", namebuf, zonebuf, port); auto results = database.QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error in BootStaticZone query: %s", results.ErrorMessage().c_str()); return false; }