Remove Duplicative MySQL Error:

This commit is contained in:
Akkadius
2015-01-20 01:38:43 -06:00
parent fb03e8c67d
commit ef312b7b48
5 changed files with 0 additions and 5 deletions
-1
View File
@@ -117,7 +117,6 @@ void EQLConfig::DeleteLauncher() {
std::string query = StringFormat("DELETE FROM launcher WHERE name = '%s'", namebuf);
auto results = database.QueryDatabase(query);
if (!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error in DeleteLauncher 1st query: %s", results.ErrorMessage().c_str());
return;
}