style: add more debug log

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2022-04-19 19:35:30 +08:00
parent d7cad1b52d
commit f5c3e6da5e
7 changed files with 40 additions and 43 deletions
-1
View File
@@ -49,7 +49,6 @@ func Execute() {
browsers []browser.Browser
err error
)
log.Debugf("browser: %s", browserName)
browsers, err = browser.PickBrowser(browserName, profilePath)
if err != nil {
log.Error(err)