diff --git a/js/app.js b/js/app.js index f045243..e5796f0 100644 --- a/js/app.js +++ b/js/app.js @@ -113,7 +113,6 @@ app.config(['$stateProvider', '$urlRouterProvider', 'localStorageServiceProvider }]); app.run(['$rootScope', '$state', 'Auth', '$location', function($rootScope, $state, Auth, $location) { - console.log('$location:', $location.search()); $rootScope.urlArray = []; $rootScope.$on('$stateChangeStart', function(event, toState, toParams, fromState, fromParams) { var requiresLogin = toState.data.requiresLogin;