From 4bc7a6c7679a7981fc8a2e1279e7bdcd98316b09 Mon Sep 17 00:00:00 2001 From: Jimmy Cleuren Date: Mon, 18 Nov 2013 22:54:49 +0100 Subject: [PATCH] Remove commented line --- PHPCI/Command/PollCommand.php | 2 -- 1 file changed, 2 deletions(-) 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));