Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed May 10, 2022
1 parent b6aea7e commit bf422bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gates/lookup.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ func NewLookup(ctx context.Context, uri string) (architecture.Lookup, error) {
data_url := fmt.Sprintf("https://raw.githubusercontent.com/sfomuseum/go-sfomuseum-architecture/main/data/%s", DATA_JSON)
rsp, err := http.Get(data_url)

_ log.Println("WTF", data_url)

if err != nil {
return nil, fmt.Errorf("Failed to load remote data from Github, %w", err)
}
Expand Down

0 comments on commit bf422bb

Please sign in to comment.