diff --git a/Command.php b/Command.php index 336f419..1d4ae2a 100644 --- a/Command.php +++ b/Command.php @@ -118,7 +118,7 @@ class Command extends Component $result = $type !== static::EXECUTE ? $this->search($type) : $this->_execute(); - $this->longExecuteTime($time); +// $this->longExecuteTime($time); return $result; }