Skip to content

Commit

Permalink
drop that print
Browse files Browse the repository at this point in the history
  • Loading branch information
lstoll committed Mar 9, 2024
1 parent e45c729 commit a854893
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"fmt"
"io"
"io/fs"
"log"
"log/slog"
"net"
"net/http"
Expand Down Expand Up @@ -210,7 +209,6 @@ func serve(ctx context.Context, db *DB, issuer issuerConfig, addr string) error
if err != nil {
return fmt.Errorf("configuring webauthn: %w", err)
}
log.Printf("webaithn: %#v", wn.Config)

// start configuration of webauthn manager
mgr := &webauthnManager{
Expand Down

0 comments on commit a854893

Please sign in to comment.