Skip to content

Commit e80930a

Browse files
authored
Update PhutilMediaWikiAuthAdapter.php
1 parent 94f24e5 commit e80930a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/oauth/PhutilMediaWikiAuthAdapter.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ protected function loadOAuthAccountData() {
105105
list($body) = $future->resolvex();
106106
try {
107107
$data = phutil_json_decode($body);
108-
error_log(print_r($data,true));
109-
return $data['result'];
108+
return $data;
110109
} catch (PhutilJSONParserException $ex) {
111110
throw new Exception(
112111
pht(

0 commit comments

Comments
 (0)