remove test code

This commit is contained in:
David Sheiles
2019-02-28 18:15:41 +11:00
parent f7705ef134
commit edf3fd5d31

View File

@@ -10,7 +10,7 @@
* @param {navigationService} navigationService A reference to the navigationService
*/
function NavigationController($scope, $rootScope, $location, $log, $q, $routeParams, $timeout, $cookies, treeService, appState, navigationService, keyboardService, historyService, eventsService, angularHelper, languageResource, contentResource, editorState) {
console.log(2)
//this is used to trigger the tree to start loading once everything is ready
var treeInitPromise = $q.defer();