mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Removal of extraneous code
This commit is contained in:
parent
b35aa017cc
commit
ab27ccbc3e
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue