Remove console.log
This commit is contained in:
parent
cd4fce0c6f
commit
5e702171ce
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ module.exports = (opts = {}) => {
|
|||
const cssFileLocation = root.source.input.from;
|
||||
populateMapWithDerivedVariables(opts.compiledVariables, cssFileLocation);
|
||||
}
|
||||
console.log(opts.compiledVariables);
|
||||
},
|
||||
};
|
||||
};
|
||||
|
|
Reference in a new issue