diff --git a/world/eql_config.cpp b/world/eql_config.cpp index dec569cf4..6d6e7e674 100644 --- a/world/eql_config.cpp +++ b/world/eql_config.cpp @@ -249,7 +249,6 @@ bool EQLConfig::DeleteStaticZone(Const_char *short_name) { "launcher = '%s' AND zone = '%s'", namebuf, zonebuf); auto results = database.QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error in DeleteStaticZone query: %s", results.ErrorMessage().c_str()); return false; }