Skip to content

Commit e8a6632

Browse files
committed
remove additional logging
Signed-off-by: Andrew Thornton <[email protected]>
1 parent 40928bd commit e8a6632

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/user.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,6 @@ func addLdapSSHPublicKeys(usr *User, s *LoginSource, sshPublicKeys []string) boo
16031603
marshalled := string(ssh.MarshalAuthorizedKey(out))
16041604
marshalled = marshalled[:len(marshalled)-1]
16051605
sshKeyName := fmt.Sprintf("%s-%s", s.Name, ssh.FingerprintSHA256(out))
1606-
log.Info("%q marshalled", marshalled)
16071606

16081607
if _, err := AddPublicKey(usr.ID, sshKeyName, marshalled, s.ID); err != nil {
16091608
if IsErrKeyAlreadyExist(err) {

0 commit comments

Comments
 (0)