stanley-king 3 years atrás
parent
commit
79ec30676a
1 changed files with 0 additions and 1 deletions
  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 {