remove unused route

This commit is contained in:
Régis Hanol 2015-01-21 20:54:07 +01:00
parent e300945879
commit 141f697482
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
export default Discourse.Route.extend({
renderTemplate: function() {
debugger;
this.render("admin/templates/group");
}
});