Skip to content

Commit

Permalink
fix: remove unneeded logging
Browse files Browse the repository at this point in the history
  • Loading branch information
connerdouglass committed Jun 25, 2024
1 parent 41b334a commit fb902de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/minecraft/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func LookupVersion(ctx context.Context, versionStr string) (Version, error) {
}

func downloadJSON[T any](ctx context.Context, url string) (*T, error) {
fmt.Println(url)
// Create the HTTP request
req, err := http.NewRequestWithContext(ctx, http.MethodGet, url, nil)
if err != nil {
Expand Down

0 comments on commit fb902de

Please sign in to comment.