Skip to content

Commit

Permalink
Merge pull request #201 from cocorambo/remove-trailing-println
Browse files Browse the repository at this point in the history
Remove trailing Println
  • Loading branch information
vektah committed Jul 18, 2018
2 parents 55179a6 + c41a6c3 commit f855a89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion handler/graphql.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ func sendError(w http.ResponseWriter, code int, errors ...*errors.QueryError) {
for _, err := range errors {
var locations []graphql.ErrorLocation
for _, l := range err.Locations {
fmt.Println(graphql.ErrorLocation(l))
locations = append(locations, graphql.ErrorLocation{
Line: l.Line,
Column: l.Column,
Expand Down

0 comments on commit f855a89

Please sign in to comment.