Chromium Code Reviews| Index: milo/common/config.go |
| diff --git a/milo/common/config.go b/milo/common/config.go |
| index dc0ef8dafb81d3db83c3db36a754623a2e2031b0..6c9dc91232d29d1fdbb105b2207df108e2d9c8b1 100644 |
| --- a/milo/common/config.go |
| +++ b/milo/common/config.go |
| @@ -361,7 +361,6 @@ func GetAllConsoles(c context.Context, builderName string) ([]*Console, error) { |
| if builderName != "" { |
| q = q.Eq("Builders", builderName) |
| } |
| - q.Order("ID") |
| con := []*Console{} |
| err := datastore.GetAll(c, q, &con) |
| return con, err |