Skip to content

Commit

Permalink
Removed unused text
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurvanl committed Jun 15, 2022
1 parent 258d1dc commit 597468d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ try {
SSH.connect(function(sessionText){
/* Response text */
console.log(sessionText);
if(sessionText == 'Ready'){
console.log("Successfully executed ssh commands!");
}
});

} catch (error) {
Expand Down

0 comments on commit 597468d

Please sign in to comment.