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 354b4c830f
commit b2a4ee17de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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