Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
removed error_log call
Browse files Browse the repository at this point in the history
  • Loading branch information
leihog committed Jan 27, 2011
1 parent 23ce53c commit b3e09be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/flattr_rest.php
Expand Up @@ -371,7 +371,6 @@ public function getRequestToken($callback = null)
}

$response = $this->oAuthRequest($this->requestTokenUrl(), 'GET', $parameters);
error_log($response);
$responseParameters = OAuthUtil::parse_parameters($response);
if ( isset($responseParameters['oauth_token']) && isset($responseParameters['oauth_token_secret']) )
{
Expand Down

0 comments on commit b3e09be

Please sign in to comment.