Skip to content

Commit

Permalink
fix(gen) Remove trace
Browse files Browse the repository at this point in the history
  • Loading branch information
mchapman committed Jul 30, 2017
1 parent 46ec9a8 commit b9a9e7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fng-reports.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ formsAngular.controller('AnalysisCtrl', ['$filter', '$scope', '$http', '$locatio
def.width = parseInt(def.width.slice(0, -2));
}
});
console.log(JSON.stringify(newValue,null,2));
$scope.gridOptions.columnDefs = newValue;
}
$scope.gridOptions.showTotals = columnTotals;
Expand Down

0 comments on commit b9a9e7d

Please sign in to comment.