Remove console.log

This commit is contained in:
RMidhunSuresh 2022-04-03 16:44:50 +05:30
parent cd4fce0c6f
commit 5e702171ce
1 changed files with 0 additions and 1 deletions

View File

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