Explorar o código

Removal of extraneous code

Marc Chapman %!s(int64=8) %!d(string=hai) anos
pai
achega
ab27ccbc3e
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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;