removed a debug print

pull/482/head
Aleff 2024-09-18 19:31:24 +02:00 committed by GitHub
parent f031b928a8
commit d934d9d4de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ IF_DEFINED_TRUE #TRUE_IF_THE_TARGET_IS_WINDOWS_ELSE_FALSE
$counter.Value++
Rename-Item -Path $file.FullName -NewName $newFilePath
Write-Host "Rinominato file: $($file.FullName) -> $($newFilePath)"
}
}