Skip to content

Commit

Permalink
chore: remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Nov 11, 2023
1 parent 2e796e3 commit 325b788
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/authenticator/auto_authenticator.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ type AutoAuthenticator struct {
// Auth check user authentication by checking the user's token
// isSuperuser is a flag that authenticator set it true when credentials is related to a superuser.
func (a AutoAuthenticator) Auth(tokenString string) error {
fmt.Println("I am here")

if _, err := a.Validator.Validate(context.Background(), http.Header{
validator.ServiceNameHeader: []string{"soteria"},
"user-agent": []string{},
Expand Down

0 comments on commit 325b788

Please sign in to comment.