Skip to content

Commit f1a9ad3

Browse files
committed
remove log
1 parent 7b2e297 commit f1a9ad3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Mutations/Register.php

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ static function mutateAndGetPayload($userdata)
6666
$is_error = is_wp_error($res);
6767
if (!$is_error) {
6868
$res = wp_authenticate($userdata['user_email'], $userdata['user_pass']);
69-
error_log(print_r($res, true));
7069
}
7170

7271
return [

0 commit comments

Comments
 (0)