diff --git a/PHPCI/Command/PollCommand.php b/PHPCI/Command/PollCommand.php index e6a1f0de..511bf602 100644 --- a/PHPCI/Command/PollCommand.php +++ b/PHPCI/Command/PollCommand.php @@ -72,8 +72,6 @@ class PollCommand extends Command $this->logger->addInfo(sprintf("Found %d projects", count($result['items']))); foreach ($result['items'] as $project) { - //$project = ProjectFactory::getProject($project); - $http = new HttpClient('https://api.github.com'); $commits = $http->get('/repos/' . $project->getReference() . '/commits', array('access_token' => $token));