From 32209ce98297f01e359bc19af4cf796746eb291d Mon Sep 17 00:00:00 2001 From: elpatron Date: Mon, 31 Mar 2025 15:30:13 +0200 Subject: [PATCH] Remove Debug message --- clip2snips.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/clip2snips.ps1 b/clip2snips.ps1 index 59c049c..a558f73 100644 --- a/clip2snips.ps1 +++ b/clip2snips.ps1 @@ -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 } \ No newline at end of file