File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
packages/profile-sync-controller/src/controllers/authentication Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -398,9 +398,7 @@ export default class AuthenticationController extends BaseController<
398
398
}
399
399
400
400
try {
401
- console . log ( `starting to pair with social token` ) ;
402
401
const paired = await this . #auth. pairSocialIdentifier ( socialPairingToken ) ;
403
- console . log ( `pairing with social token success=${ paired } ` ) ;
404
402
if ( paired ) {
405
403
this . update ( ( state ) => {
406
404
// Prevents a race condition when sign-out is performed before pairing completes
@@ -410,7 +408,6 @@ export default class AuthenticationController extends BaseController<
410
408
} ) ;
411
409
}
412
410
} finally {
413
- console . log ( `pairing attempt done` ) ;
414
411
this . update ( ( state ) => {
415
412
state . pairingInProgress = false ;
416
413
} ) ;
You can’t perform that action at this time.
0 commit comments