Skip to content

Commit

Permalink
Debug code removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Jan 5, 2021
1 parent efe06ba commit 35dc20f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion connectors/class-connector-users.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ public function callback_clear_auth_cookie() {
$user_id = get_current_user_id();
$user = get_user_by( 'ID', $user_id );

error_log( print_r( $user, true ) );
// For some reason, incognito mode calls clear_auth_cookie on failed login attempts.
if ( empty( $user ) || ! $user->exists() ) {
return;
Expand Down

0 comments on commit 35dc20f

Please sign in to comment.