diff --git a/platform/commonUI/browse/src/BrowseController.js b/platform/commonUI/browse/src/BrowseController.js index e791ae17ef..c61260a400 100644 --- a/platform/commonUI/browse/src/BrowseController.js +++ b/platform/commonUI/browse/src/BrowseController.js @@ -145,18 +145,15 @@ define( } else { $scope.atRoot = true; } - console.log($scope.atRoot); } function checkRoot() { - var parent = navigationService.getNavigation().getCapability('context').getParent(), - grandparent; + var parent = navigationService.getNavigation().getCapability('context').getParent(); if (parent.getId() !== ROOT_ID) { $scope.atRoot = false; } else { $scope.atRoot = true; } - console.log($scope.atRoot); } // Load the root object, put it in the scope.