git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3307 a333f486-631f-4898-b8df-5754b55c2be0
@@ -455,12 +455,10 @@ abstract class CMDBObject extends DBObject
{
if ($bDoNotReload)
-IssueLog::Info('CMDBObject::DBInsertTracked_Internal(true)');
$ret = $this->DBInsertNoReload();
}
else
-IssueLog::Info('CMDBObject::DBInsertTracked_Internal(false)');
$ret = $this>DBInsert();
return $ret;