Skip to content

Commit

Permalink
Removed unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvaka committed Jun 21, 2017
1 parent f6b3f64 commit 8cf4235
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ type PostgresKeeper struct {
storeEndpoints string
listenAddress string
port string
debug bool
pgListenAddress string
pgPort string
pgBinPath string
Expand Down Expand Up @@ -368,7 +367,6 @@ func NewPostgresKeeper(cfg *config, stop chan bool, end chan error) (*PostgresKe
storeBackend: cfg.storeBackend,
storeEndpoints: cfg.storeEndpoints,

debug: cfg.debug,
pgListenAddress: cfg.pgListenAddress,
pgPort: cfg.pgPort,
pgBinPath: cfg.pgBinPath,
Expand Down

0 comments on commit 8cf4235

Please # to comment.