From 2eec71cebb739334a63d0d1557dcdd3ed9e32c36 Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Fri, 7 Oct 2016 13:13:36 -0700 Subject: [PATCH] more cleanup --- public/resources/js/directives/api-list.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/resources/js/directives/api-list.js b/public/resources/js/directives/api-list.js index 5e65eefa70..d74ee68e5b 100644 --- a/public/resources/js/directives/api-list.js +++ b/public/resources/js/directives/api-list.js @@ -130,8 +130,6 @@ angularIO.directive('apiList', function () { // TOGGLE MENU $ctrl.toggleMenu = function(kind) { - console.log(kind); - switch(kind) { case 'type': $ctrl.showTypeMenu = !$ctrl.showTypeMenu; ; break; case 'status': $ctrl.showStatusMenu = !$ctrl.showStatusMenu; ; break; @@ -170,7 +168,7 @@ angularIO.directive('apiList', function () { ); - // GET VALUES FORM URL + // GET VALUES FROM URL function getFilterValues() { var urlParams = $location.search();