Skip to content

Commit

Permalink
Removing unused development config option
Browse files Browse the repository at this point in the history
  • Loading branch information
benjih committed Jun 9, 2017
1 parent d279eab commit 3770232
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions core/cmd/hoverfly/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,6 @@ func main() {

cfg.HttpsOnly = *httpsOnly

// development settings
cfg.Development = *dev

// overriding default middleware setting
newMiddleware, err := mw.ConvertToNewMiddleware(*middleware)
if err != nil {
Expand Down
3 changes: 1 addition & 2 deletions core/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ type Configuration struct {

UpstreamProxy string

Verbose bool
Development bool
Verbose bool

DisableCache bool

Expand Down

0 comments on commit 3770232

Please sign in to comment.