diff options
Diffstat (limited to '3rd_party/static/testapi-ui/components/home/homeController.js')
-rw-r--r-- | 3rd_party/static/testapi-ui/components/home/homeController.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/3rd_party/static/testapi-ui/components/home/homeController.js b/3rd_party/static/testapi-ui/components/home/homeController.js index bed86ab..02d2650 100644 --- a/3rd_party/static/testapi-ui/components/home/homeController.js +++ b/3rd_party/static/testapi-ui/components/home/homeController.js @@ -50,7 +50,6 @@ } ctrl.getCompany = function(row){ - //console.log(row) $state.go('directory', {'companyID': row.organization_name, 'logo': row.company_logo}); } |