From e91f74d36861f09edeb897fef6c3f09c2abebaae Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Tue, 23 Jul 2019 14:48:39 -0500 Subject: [PATCH] UI: Remove unused route (#5925) This is an extraneous addition from #4612. --- ui/app/router.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/app/router.js b/ui/app/router.js index 2c298fa71..7a4015c28 100644 --- a/ui/app/router.js +++ b/ui/app/router.js @@ -16,7 +16,6 @@ Router.map(function() { this.route('deployments'); this.route('evaluations'); this.route('allocations'); - this.route('edit'); }); });