fix: remove test line

This commit is contained in:
Urko 2023-03-07 23:08:24 +01:00
parent 10c80effce
commit 857aec79e3
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ func main() {
var lc *launcher.Launcher
var remoteControlBrowserURL string
config.Bin = ""
if config.Bin != "" {
lc = launcher.New().Bin(config.Bin)
remoteControlBrowserURL = lc.MustLaunch()