mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Do not log token id
This commit is contained in:
parent
ee16175438
commit
3b1ad30aef
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class PaymentTokensMigration {
|
|||
|
||||
foreach ( $tokens as $token ) {
|
||||
if ( $this->token_exist( $wc_tokens, $token ) ) {
|
||||
$this->logger->info( 'Token ' . $token->id() . ' already exist for user ' . (string) $id );
|
||||
$this->logger->info( 'Token already exist for user ' . (string) $id );
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue