Browse Source

Removal of extraneous code

Marc Chapman 8 years ago
parent
commit
ab27ccbc3e
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Engine/source/sqlite/SQLiteObject.cc

+ 0 - 3
Engine/source/sqlite/SQLiteObject.cc

@@ -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;