Browse Source

Remove output if the token can be fetched automatically

Jordi Boggiano 12 years ago
parent
commit
31a1bd2c39
1 changed files with 0 additions and 1 deletions
  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 (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');
 
             return;