From 708eea2d7769ac596e80e9487a4e36bbb7a431f8 Mon Sep 17 00:00:00 2001 From: rvrsh3ll Date: Wed, 2 Dec 2015 17:30:50 -0500 Subject: [PATCH] Removed stuff --- Invoke-SSHCommand.ps1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/Invoke-SSHCommand.ps1 b/Invoke-SSHCommand.ps1 index 3e02fd6..a21d22b 100644 --- a/Invoke-SSHCommand.ps1 +++ b/Invoke-SSHCommand.ps1 @@ -44,7 +44,6 @@ function Invoke-SSHCommand { catch { Write-Verbose "[*] Error loading dll" - Break } try @@ -59,7 +58,5 @@ function Invoke-SSHCommand { catch { Write-Verbose "[*] Connection failed" - Return } } -