Remove Duplicative MySQL Error: Error in LearnRecipe query '%s': %s

This commit is contained in:
Akkadius 2015-01-19 05:25:53 -06:00
parent 82951fb82d
commit c4ebfa8890

View File

@ -1496,7 +1496,6 @@ void Client::LearnRecipe(uint32 recipeID)
recipeID, CharacterID());
results = database.QueryDatabase(query);
if (!results.Success())
Log.Out(Logs::General, Logs::Error, "Error in LearnRecipe query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
}