Skip to content

Commit

Permalink
removed Console log because it was working the way its suppose to
Browse files Browse the repository at this point in the history
  • Loading branch information
dominusmars committed Feb 28, 2024
1 parent 8f71b6b commit f0154ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/util/ssh_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ async function makeConnection(user: User, timeout = 3000, retryCount = 5, retryD
recentlyConnection.set(user.ipaddress, true);
return ssh;
} catch (error) {
console.log(error);
return false;
}
}
Expand Down

0 comments on commit f0154ba

Please sign in to comment.