Skip to content

Commit

Permalink
Merge pull request #5 from mattermost/debug_msg
Browse files Browse the repository at this point in the history
Remove debug output
  • Loading branch information
saturninoabril authored Dec 4, 2018
2 parents ec262f1 + 2d71908 commit 0c46198
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func writeAPIError(w http.ResponseWriter, err *APIErrorResponse) {
}

func (p *Plugin) ServeHTTP(c *plugin.Context, w http.ResponseWriter, r *http.Request) {
fmt.Print("ServeHTTP")
if err := p.IsValid(); err != nil {
http.Error(w, "This plugin is not configured.", http.StatusNotImplemented)
}
Expand Down

0 comments on commit 0c46198

Please sign in to comment.