From 0efddd49e1dfc11038264b59ce434a06d7382c9b Mon Sep 17 00:00:00 2001 From: secretspecter Date: Sun, 18 Jun 2023 23:05:15 -0600 Subject: [PATCH] remove log line --- pixup.ps1 | 1 - 1 file changed, 1 deletion(-) 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