Explorar el Código

Removal of extraneous code

Marc Chapman hace 8 años
padre
commit
ab27ccbc3e
Se han modificado 1 ficheros con 0 adiciones y 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;