remove log line
This commit is contained in:
parent
51fc1c6d31
commit
0efddd49e1
|
@ -11,7 +11,6 @@ if (!(Get-Command "magick.exe" -ErrorAction SilentlyContinue)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Test-Path $in -PathType container) {
|
if (Test-Path $in -PathType container) {
|
||||||
Write-Host $in.DirectoryName
|
|
||||||
$out_dir = "$out\x$scale\"
|
$out_dir = "$out\x$scale\"
|
||||||
if (!(Test-Path $out_dir)) {
|
if (!(Test-Path $out_dir)) {
|
||||||
New-Item "$out_dir" -ItemType directory
|
New-Item "$out_dir" -ItemType directory
|
||||||
|
|
Loading…
Reference in a new issue