Remove console.log

This commit is contained in:
RMidhunSuresh 2022-04-03 16:44:50 +05:30
parent cd4fce0c6f
commit 5e702171ce

View file

@ -84,7 +84,6 @@ module.exports = (opts = {}) => {
const cssFileLocation = root.source.input.from; const cssFileLocation = root.source.input.from;
populateMapWithDerivedVariables(opts.compiledVariables, cssFileLocation); populateMapWithDerivedVariables(opts.compiledVariables, cssFileLocation);
} }
console.log(opts.compiledVariables);
}, },
}; };
}; };