remove log line

This commit is contained in:
secretspecter 2023-06-18 23:05:15 -06:00
parent 51fc1c6d31
commit 0efddd49e1

View file

@ -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