Explorar o código

Remove output if the token can be fetched automatically

Jordi Boggiano %!s(int64=12) %!d(string=hai) anos
pai
achega
31a1bd2c39
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;