Skip to content

Commit

Permalink
修复log不正常显示
Browse files Browse the repository at this point in the history
由于会给#1 这样造成迷惑,所以回滚以前的方式
  • Loading branch information
wudifeixue authored May 13, 2022
1 parent b9d1884 commit 4b91a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func Processor(payload []byte) (string, string, error) {
fmt.Println("task", key, "error:", err)
return "", key, err
}
//fmt.Println("task", key, "handled, url:", json.Get("data.url").Str)
fmt.Println("task", key, "handled, url:", json.Get("data.url").Str)
return data, key, nil
}

Expand Down

1 comment on commit 4b91a9f

@wudifeixue
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

打错issue了我晕,是会给#3 这样造成迷惑

Please sign in to comment.