diff --git a/no_milestone.php b/no_milestone.php index fc1d805..47d0150 100644 --- a/no_milestone.php +++ b/no_milestone.php @@ -11,8 +11,6 @@ $config=include("config.php"); $client=new Client($config['url'],$config['user'],$config['pass']); $repo=$client->getRepo('james','test'); -$nolabelLabel=$repo->getLabelByName('no-label'); -if(!$nolabelLabel) die ("Can't find 'no-label' label in repo\n"); $nomilestoneLabel=$repo->getLabelByName('no-milestone'); if(!$nomilestoneLabel) die ("Can't find 'no-milestone' label in repo\n");