From 58d5644166e3e684d8170f181b92a5ab1e9069eb Mon Sep 17 00:00:00 2001 From: ali asaria <aliasaria@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:19:23 -0400 Subject: [PATCH] comment out ssh client for now --- src/main/main.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/main.ts b/src/main/main.ts index 29c94b23..f2a4bf34 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -278,9 +278,9 @@ app.on('before-quit', async (e) => { } }); -// ///////////////////////////// -import sshClient from './ssh-client'; -// ///////////////////////////// +// // ///////////////////////////// +// import sshClient from './ssh-client'; +// // ///////////////////////////// // AUTO UPDATER let updater; -- GitLab