Remove all.json

This commit is contained in:
Kota Kanbe
2016-10-12 19:57:47 +09:00
parent 0cd0a4bf2b
commit 5b80b16684
3 changed files with 0 additions and 26 deletions

View File

@@ -81,10 +81,6 @@ func (p *HistoryCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{
}
var hosts []string
for _, f := range files {
// TODO this "if block" will be deleted in a future release
if f.Name() == "all.json" {
continue
}
if filepath.Ext(f.Name()) != ".json" {
continue
}