Skip to content

Commit

Permalink
refactor: remove logging of PHP wasm build download
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Feb 17, 2025
1 parent 312201a commit cbdb6fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/phplint/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ func findPHPWasmFile(ctx context.Context, phpVersion string) ([]byte, error) {
return os.ReadFile(expectedPathLocation)
}

logging.FromContext(ctx).Infof("Downloading PHP %s wasm build", phpVersion)

downloadUrl := "https://github.com/shopwareLabs/php-cli-wasm-binaries/releases/download/1.0.0/" + expectedFile

r, err := http.NewRequestWithContext(ctx, http.MethodGet, downloadUrl, nil)
Expand Down

0 comments on commit cbdb6fe

Please sign in to comment.