Removal of extraneous code

This commit is contained in:
Marc Chapman 2017-08-11 22:27:18 +01:00
parent b35aa017cc
commit ab27ccbc3e

View file

@ -223,9 +223,6 @@ int SQLiteObject::ExecuteSQL(const char* sql)
int iResult;
sqlite_resultset* pResultSet;
if (dAtob(Con::getVariable("$pref::MegaMotion::SQLVerbose")))
Con::printf("SQLite QUERY: %s", sql);
// create a new resultset
pResultSet = new sqlite_resultset;