Skip to content

Commit

Permalink
forgot to remove personal debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Suwala authored Feb 7, 2017
1 parent 6622c59 commit 940d035
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function getUserProfile()
$data = $this->api->api( "users/@me" );

if ( ! isset( $data->id ) ){
throw new Exception( "User profile request failed! {$this->providerId} returned an invalid response.".print_r($data, true), 6 );
throw new Exception( "User profile request failed! {$this->providerId} returned an invalid response.", 6 );
}

$this->user->profile->identifier = @ $data->id;
Expand Down

0 comments on commit 940d035

Please sign in to comment.