diff --git a/static/js/controllers/repolist.js b/static/js/controllers/repolist.js index f1d196570..61b3db426 100644 --- a/static/js/controllers/repolist.js +++ b/static/js/controllers/repolist.js @@ -124,7 +124,6 @@ function RepoListCtrl($scope, $sanitize, Restangular, UserService, ApiService) { if ($scope.namespaces.length == 0 || $scope.user.anonymous) { return; } - console.log('load repos called'); for (var i = 0; i < $scope.namespaces.length; i++) { var namespace = $scope.namespaces[i]; diff --git a/static/partials/repo-list.html b/static/partials/repo-list.html index 8dc81ddeb..4d53b515a 100644 --- a/static/partials/repo-list.html +++ b/static/partials/repo-list.html @@ -94,11 +94,11 @@
- + {{ namespace.username }}