Don't echo oauthUserEmail

This commit is contained in:
Synchro 2015-06-03 09:07:34 +02:00
parent 916ba4b8ac
commit f0e5bf8568
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ class OAuth
public function getOauth64()
{
$token = $this->getToken();
echo $this->oauthUserEmail;
return base64_encode("user=" . $this->oauthUserEmail . "\001auth=Bearer " . $token . "\001\001");
}
}