소스 검색

#976: (removed some debug traces) make sure that we do not bypass the method that computes the reference for newly created tickets.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3307 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 10 년 전
부모
커밋
c5afbea3e7
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      core/cmdbobject.class.inc.php

+ 0 - 2
core/cmdbobject.class.inc.php

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