瀏覽代碼

Remove output if the token can be fetched automatically

Jordi Boggiano 12 年之前
父節點
當前提交
31a1bd2c39
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Composer/Util/GitHub.php

+ 0 - 1
src/Composer/Util/GitHub.php

@@ -53,7 +53,6 @@ class GitHub
     {
     {
         // if available use token from git config
         // if available use token from git config
         if (0 === $this->process->execute('git config github.accesstoken', $output)) {
         if (0 === $this->process->execute('git config github.accesstoken', $output)) {
-            $this->io->write('Using Github OAuth token stored in git config (github.accesstoken)');
             $this->io->setAuthorization($originUrl, trim($output), 'x-oauth-basic');
             $this->io->setAuthorization($originUrl, trim($output), 'x-oauth-basic');
 
 
             return;
             return;