diff --git a/pixup.ps1 b/pixup.ps1 index 9acad36..fd3bcd0 100644 --- a/pixup.ps1 +++ b/pixup.ps1 @@ -11,7 +11,6 @@ if (!(Get-Command "magick.exe" -ErrorAction SilentlyContinue)) { } if (Test-Path $in -PathType container) { - Write-Host $in.DirectoryName $out_dir = "$out\x$scale\" if (!(Test-Path $out_dir)) { New-Item "$out_dir" -ItemType directory