Loading src/Helpers/Builds.php +1 −6 Original line number Diff line number Diff line Loading @@ -158,11 +158,6 @@ private function getBuilds() { if (empty($this->postData['params']) ){ return; } $time_start = microtime(true); $params = $this->postData['params']; $device = isset($params['device']) ? $params['device'] : ''; Loading Loading @@ -219,6 +214,6 @@ } } } $this->logger->info('Total execution time in seconds: ' . (microtime(true) - $time_start)); $this->logger->debug('Total execution time of getBuilds in seconds'); } } Loading
src/Helpers/Builds.php +1 −6 Original line number Diff line number Diff line Loading @@ -158,11 +158,6 @@ private function getBuilds() { if (empty($this->postData['params']) ){ return; } $time_start = microtime(true); $params = $this->postData['params']; $device = isset($params['device']) ? $params['device'] : ''; Loading Loading @@ -219,6 +214,6 @@ } } } $this->logger->info('Total execution time in seconds: ' . (microtime(true) - $time_start)); $this->logger->debug('Total execution time of getBuilds in seconds'); } }