stanley-king 3 年之前
父節點
當前提交
79ec30676a
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      core/framework/libraries/model.php

+ 0 - 1
core/framework/libraries/model.php

@@ -37,7 +37,6 @@ class trans_wapper
     public function commit()
     {
         $this->mState |= 0x0010;
-        $this->mStart = microtime(true);
         if($this->mMod == null) {
             Db::commit();
         } else {