Removed dead code and added new travis tool
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user