Remove some outdated comments

This commit is contained in:
Jeff Mitchell
2015-12-30 21:00:27 -05:00
parent 2afd5072a7
commit 5f49615fc1

View File

@@ -104,9 +104,6 @@ func (c *ServerCommand) Run(args []string) int {
Writer: logGate,
}, "", log.LstdFlags)
// Initialize telemetry; if this is done after the core is created,
// because we are using a global telemetry object, it can be a data
// race between writing metrics from core and the object being set
if err := c.setupTelementry(config); err != nil {
c.Ui.Error(fmt.Sprintf("Error initializing telemetry: %s", err))
return 1