Skip to content

Commit

Permalink
do not add naked 'fmt.Print' (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Feb 26, 2022
1 parent af3b0cd commit fa2a212
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions restapi/user_service_accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
"context"
"encoding/json"
"errors"
"fmt"
"strings"
"time"

Expand Down Expand Up @@ -293,7 +292,6 @@ func getCreateServiceAccountCredsResponse(session *models.Principal, serviceAcco
}

accounts, err := userAdminClient.listServiceAccounts(ctx, "")
fmt.Println("dummy line")
if err != nil {
return nil, prepareError(err)
}
Expand Down

0 comments on commit fa2a212

Please sign in to comment.