shapehq / tartelet

⚙️💻 A macOS app that makes it a breeze to manage multiple GitHub Actions runners in ephemeral virtual machines on a single host machine. The benefits are that runners can run in parallel, and each job runs in an isolated environment.
MIT License
510 stars 17 forks source link

Removes debugging code #69

Closed simonbs closed 6 months ago

simonbs commented 6 months ago

This PR removes some debugging code that I had inadvertently left in the codebase while testing the latest changes, causing the SSH connection to always fail on the first two attempts 🙈