Skip to content

Commit

Permalink
chore: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangda committed Oct 31, 2024
1 parent 1a3e935 commit 8091b3a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 175 deletions.
2 changes: 1 addition & 1 deletion pkg/aws/scim.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (s *SCIMService) CreateUser(ctx context.Context, cur *CreateUserRequest) (*
return nil, fmt.Errorf("aws CreateUser: user: %s, error decoding response body: %w", cur.UserName, err)
}

slog.Debug("aws CreateUser()", "response", toJSONString(response))
slog.Debug("aws CreateUser()", "response", response)

return &response, nil
}
Expand Down
39 changes: 0 additions & 39 deletions pkg/aws/utils.go

This file was deleted.

135 changes: 0 additions & 135 deletions pkg/aws/utils_test.go

This file was deleted.

0 comments on commit 8091b3a

Please sign in to comment.