Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Conraux committed Mar 13, 2019
1 parent 45eaefd commit b6d859c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func main() {
corsOptions := cors.Options{
AllowedMethods: []string{"GET", "POST", "PUT", "DELETE", "OPTIONS"},
AllowedHeaders: []string{"Authorization"},
Debug: true,
}

logger.Info("Server starting...", zap.Int("port", *bindPort), zap.String("addr", bindAddr.String()))
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

const (
Version = "0.2.3"
Version = "0.2.4"
)

0 comments on commit b6d859c

Please # to comment.