Browse Source

#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 năm trước cách đây
mục cha
commit
c5afbea3e7
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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;