Debugs eliminados

This commit is contained in:
Juan Ferrer Toribio 2016-10-21 08:42:03 +02:00
parent 8905d685f7
commit 11102f0d5d
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ function config($stateProvider, $urlRouterProvider) {
for (var file in routes)
routes[file].forEach(function (route) {
console.debug (route);
$stateProvider.state(route.state, {
url: route.url,
template: route.template,