diff --git a/ghost/admin/app/router.js b/ghost/admin/app/router.js index 59654b1e73..09d4a2891e 100644 --- a/ghost/admin/app/router.js +++ b/ghost/admin/app/router.js @@ -58,14 +58,6 @@ Router.map(function () { this.route('user', {path: ':user_slug'}); }); - // this.route('staff', function () { - // this.route('user', {path: ':user_slug'}); - // }); - - // this.route('settings.products', {path: '/settings/products'}); - // this.route('settings.product.new', {path: '/settings/product/new'}); - // this.route('settings.product', {path: '/settings/product/:product_id'}); - this.route('settings.theme', {path: '/settings/theme'}, function () { this.route('uploadtheme'); this.route('install');