Remove commented line

This commit is contained in:
Jimmy Cleuren 2013-11-18 22:54:49 +01:00
parent 4d3372af88
commit 4bc7a6c767

View file

@ -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));