Remove Debug message

This commit is contained in:
2025-03-31 15:30:13 +02:00
parent 11a791ed7c
commit 32209ce982

View File

@@ -37,6 +37,5 @@ if ($output -match 'f:([_a-zA-Z0-9]+)@snips\.sh') {
Write-Host $url
} else {
Write-Host "keine url in der antwort gefunden"
Write-Host "Debug - Antwort enthält keine URL im Format: ssh f:ID@snips.sh"
exit 1
}