Remove Duplicative MySQL Error: Error in DeleteStaticZone query: %s

This commit is contained in:
Akkadius 2015-01-20 01:41:54 -06:00
parent 5f34f7e1a2
commit 00cfd77c26

View File

@ -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;
}