mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
remove extra debug output
This commit is contained in:
@@ -54,8 +54,6 @@ func (c *OperatorRaftLogsCommand) Run(args []string) int {
|
||||
return 1
|
||||
}
|
||||
|
||||
c.Ui.Output(fmt.Sprintf("final paths: %v", raftPath))
|
||||
|
||||
logs, warnings, err := raftutil.LogEntries(raftPath)
|
||||
if err != nil {
|
||||
c.Ui.Error(err.Error())
|
||||
|
||||
Reference in New Issue
Block a user