Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b57b7a4e authored by Ronak Patel's avatar Ronak Patel
Browse files

added debug in getBuilds

parent a965964c
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -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'] : '';
@@ -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');
        }
    }