Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Arnott committed May 20, 2021
1 parent 2595a72 commit e71e4e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions slackcat.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ func (sc *Slackcat) postMsg(msglines []string) {

_, CurMsgTS, err = api.PostMessage(sc.channelID, msgOpts...)

output(CurMsgTS)

failOnError(err)
count := strconv.Itoa(len(msglines))
output(fmt.Sprintf("posted %s message lines to %s", count, sc.channelName))
Expand Down

0 comments on commit e71e4e2

Please sign in to comment.