From 376871007c7cc59b7e86c9c8b98c49c6870aa844 Mon Sep 17 00:00:00 2001 From: Jaden Diefenbaugh <blakcap@users.noreply.github.com> Date: Tue, 16 May 2017 15:19:29 +0200 Subject: [PATCH] rm all the logging bogging down the browser --- beat/web/reports/static/reports/app/directives/tableItem.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/beat/web/reports/static/reports/app/directives/tableItem.js b/beat/web/reports/static/reports/app/directives/tableItem.js index b1db73311..a8798b2c1 100644 --- a/beat/web/reports/static/reports/app/directives/tableItem.js +++ b/beat/web/reports/static/reports/app/directives/tableItem.js @@ -81,11 +81,6 @@ angular.module('reportApp') let fVal = scope.tableables[name] ? scope.tableables[name][field] : undefined; let val; - console.log(expName); - console.log(alias); - console.log(scope.tableables); - console.log(fVal); - if(field === scope.fields[0]){ val = alias; } else if(!fVal){ -- GitLab