mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
removed some debug code
This commit is contained in:
@@ -45,8 +45,6 @@ try {
|
||||
$cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2($CertificatePath, $CertificatePassword) -ErrorAction Stop
|
||||
} catch {
|
||||
Write-Output "Error loading certificate file - we won't sign files."
|
||||
Write-Output "Path: $CertificatePath"
|
||||
Write-Output "Pass: $CertificatePassword"
|
||||
Write-Output $Error[0]
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user