Skip to content

Commit

Permalink
remove unneeded output
Browse files Browse the repository at this point in the history
  • Loading branch information
bcicen committed Aug 6, 2017
1 parent 5c88912 commit d475de3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions slackcat.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ func (sc *Slackcat) postMsg(msglines []string) {
msgOpts.Username = sc.username
}

fmt.Println(msgOpts.AsUser)
fmt.Println(msgOpts.Username)

err := api.ChatPostMessage(sc.channelID, msg, msgOpts)
failOnError(err)
count := strconv.Itoa(len(msglines))
Expand Down

0 comments on commit d475de3

Please sign in to comment.