2
0
Эх сурвалжийг харах

Removal of extraneous code

Marc Chapman 8 жил өмнө
parent
commit
ab27ccbc3e

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