Skip to content

Commit

Permalink
fix 去除无用日志
Browse files Browse the repository at this point in the history
  • Loading branch information
764763903a committed Nov 11, 2021
1 parent 0141451 commit 36b9cc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/available.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func initCookie() {
cks := GetJdCookies()
//l := len(cks)
for i := range cks {
logs.Info(Config.Later)
time.Sleep(time.Second * time.Duration(Config.Later))
if cks[i].Available == True && !CookieOK(&cks[i]) {
logs.Info("开始禁用")
Expand Down

0 comments on commit 36b9cc4

Please sign in to comment.