Skip to content
Snippets Groups Projects
Commit e2789abb authored by Fernando Erd's avatar Fernando Erd :ok_hand:
Browse files

remove logs

parent eb7dde64
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -43,7 +43,6 @@ module.exports = function addMissing(rqf){
Object.keys(G[rqfName]).forEach((dim1Value) => {
Object.keys(G[rqfName][dim1Value][rqfName2]).forEach((dim2Value) => {
console.log(dim2Value);
let value = G[rqfName][dim1Value][rqfName2][dim2Value];
if(!value) {
let newEntry = Object.assign({}, result[0], {[rqfName]: parseInt(dim1Value, 10), [rqfName2]: parseInt(dim2Value, 10), total: 0});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment