removing unrecognized routine

dev
mzack 2021-10-18 09:38:43 +02:00
parent 83924e203d
commit fbea7535ca
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ func New(options *types.Options) (*Browser, error) {
}
browser := rod.New().ControlURL(launcherURL)
browser = browser.MustIgnoreCertErrors(true)
if browserErr := browser.Connect(); browserErr != nil {
return nil, browserErr
}