Removed dead code and added new travis tool

This commit is contained in:
2018-11-08 20:30:36 +09:00
parent 9da70decfe
commit fb881eed81
3 changed files with 14 additions and 28 deletions

View File

@ -32,12 +32,7 @@ func Get(ctx *aero.Context) string {
}
_, isPostable := obj.(arn.Postable)
if !isPostable {
return false
}
return true
return isPostable
})
arn.SortEditLogEntriesLatestFirst(entries)