Skip to content

Commit

Permalink
remove printf
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpottier committed Dec 16, 2017
1 parent f18cb93 commit 4fb0f46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion responses.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func WriteMsgSuccess(ctx context.Context, w http.ResponseWriter, r *http.Request

// WriteStatusSuccess writes a JSON response for the passed in status update indicating we handled it
func WriteStatusSuccess(ctx context.Context, w http.ResponseWriter, r *http.Request, statuses []MsgStatus) error {
fmt.Printf("writing success\n")
data := []statusData{}
for _, status := range statuses {
LogMsgStatusReceived(r, status)
Expand Down

0 comments on commit 4fb0f46

Please sign in to comment.