mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Remove some outdated comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user