remove extra debug output

This commit is contained in:
davemay99
2020-09-17 21:42:53 -04:00
parent 0bfbba4d98
commit 0295b541ce

View File

@@ -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())