UI: Remove unused route (#5925)

This is an extraneous addition from #4612.
This commit is contained in:
Buck Doyle
2019-07-23 14:48:39 -05:00
committed by GitHub
parent 1147fd6278
commit e91f74d368

View File

@@ -16,7 +16,6 @@ Router.map(function() {
this.route('deployments');
this.route('evaluations');
this.route('allocations');
this.route('edit');
});
});