Skip to content

Commit 6e6261d

Browse files
committed
ci(appveyor): remove duplicate log
1 parent 9e60b9e commit 6e6261d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

appveyor-install.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ $env:PATH += ';' + (Join-Path $PWD 'php')
3131
# Install XDebug
3232
$phpMinorVersion = $env:PHP_VERSION -replace '\.\d+$'
3333
$xdebugUrl = "https://xdebug.org/files/php_xdebug-$env:XDEBUG_VERSION-$phpMinorVersion-vc$env:VC_VERSION-nts.dll"
34-
Write-Output "Downloading $xdebugUrl"
3534
$xdebugPath = Join-Path $PWD 'php\ext\xdebug.dll'
3635
Download-File $xdebugUrl $xdebugPath
3736
Add-Content .\php\php.ini @"

0 commit comments

Comments
 (0)