Skip to content

Commit

Permalink
feedback(influxd): Respond to PR feedback
Browse files Browse the repository at this point in the history
* Add CHANGELOG entry
* Remote erroneous comment
  • Loading branch information
stuartcarnie committed Mar 14, 2019
1 parent e8045ae commit c7c5827
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
1. [12496](https://github.com/influxdata/influxdb/pull/12496): Add ability to import a dashboard
1. [12524](https://github.com/influxdata/influxdb/pull/12524): Add ability to import a dashboard from org view
1. [12531](https://github.com/influxdata/influxdb/pull/12531): Add ability to export a dashboard and a task
1. [12615](https://github.com/influxdata/influxdb/pull/12615): Add `run` subcommand to influxd binary. This is also the default when no subcommand is specified.

1. [12523](https://github.com/influxdata/influxdb/pull/12523): Add ability to save a query as a variable from the Data Explorer.

Expand Down
1 change: 0 additions & 1 deletion cmd/influxd/launcher/launcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func NewCommand() *cobra.Command {
ctx := context.Background()
ctx = signals.WithStandardSignals(ctx)

// m.SetBuild(version, commit, date)
if err := l.run(ctx); err != nil {
fmt.Fprintln(os.Stderr, err)
os.Exit(1)
Expand Down

0 comments on commit c7c5827

Please sign in to comment.