Skip to content

Commit

Permalink
Remove peer login log (#3005)
Browse files Browse the repository at this point in the history
Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
  • Loading branch information
bcmmbaga authored Dec 9, 2024
1 parent 2147bf7 commit 97bb74f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion management/server/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,6 @@ func (am *DefaultAccountManager) LoginPeer(ctx context.Context, login PeerLogin)
// it means that the client has already checked if it needs login and had been through the SSO flow
// so, we can skip this check and directly proceed with the login
if login.UserID == "" {
log.Info("Peer needs login")
err = am.checkIFPeerNeedsLoginWithoutLock(ctx, accountID, login)
if err != nil {
return nil, nil, nil, err
Expand Down

0 comments on commit 97bb74f

Please sign in to comment.