remove zap log package Close #19

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2020-07-24 17:39:44 +08:00
parent 37eb578795
commit bebf43e2eb
5 changed files with 79 additions and 134 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ func (f *firefox) GetProfilePath(filename string) (err error) {
}
if len(m) > 0 {
log.Debugf("%s find %s File Success", f.Name, v.name)
log.Debugf("%+v file location is %s", v, m[0])
log.Debugf("%s file location is %s", v.mainFile, m[0])
v.mainPath = m[0]
f.FileLists = append(f.FileLists, v)
} else {