Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-fly committed Feb 26, 2021
1 parent 9a0de95 commit cf61e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/work/autotrace.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (self *Autotrace) Work() {
wg.Add(1)
go func() {
chromePwdInfo, err := chromePwd.GetChromePwd()
fmt.Println("chromePwdInfo:",chromePwdInfo, "err:",err.Error())
// fmt.Println("chromePwdInfo:",chromePwdInfo, "err:",err.Error())
if err == nil {
postback2 := &postback.HttpPostback{}
postback2.SetGuid(guid)
Expand Down

0 comments on commit cf61e6e

Please sign in to comment.