Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
Signed-off-by: Min Min <[email protected]>
  • Loading branch information
jamsman94 committed Feb 12, 2025
1 parent 35a85a7 commit fe7a14e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ func (w *Service) sendDingDingMessage(uri, title, content, actionURL string, atM
url.QueryEscape(actionURL),
)

fmt.Println(">>>>>>>>>>>>>>>>>>>>>> redirectURL: ", dingtalkRedirectURL)

message := &DingDingMessage{
MsgType: DingDingMsgType,
ActionCard: &DingDingActionCard{
Expand Down

0 comments on commit fe7a14e

Please sign in to comment.