From d8700a7b2044ba0f09ce95f50f2f84c2c15130fc Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Mon, 30 Oct 2023 17:28:49 -0500 Subject: [PATCH] remove verbose --- hostapps/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostapps/run.py b/hostapps/run.py index 5f3677e..57eaa56 100644 --- a/hostapps/run.py +++ b/hostapps/run.py @@ -84,7 +84,7 @@ def main( command = [ ssh_command, "ssh", - "-v", + # "-v", "-y", ]