From 8160768fccc7451156ce0776a7b9d43cf17eb5f7 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:42:11 -0600 Subject: [PATCH] Remove Duplicative MySQL Error: Error in LoadVariables query ' --- common/database.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/database.cpp b/common/database.cpp index 5106ffaef..b3ca2e475 100644 --- a/common/database.cpp +++ b/common/database.cpp @@ -2410,7 +2410,6 @@ bool Database::LoadVariables() { if (!results.Success()) { - std::cerr << "Error in LoadVariables query '" << query << "' " << results.ErrorMessage() << std::endl; safe_delete_array(query); return false; }