removed logging

This commit is contained in:
Tobias Koppers 2013-03-28 10:31:40 +01:00
parent a56cada9ba
commit 58f7b68b14
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ module.exports = function(template, baseDir, stdout, prefix) {
webpack = lessStrict(webpack.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"));
webpack = new RegExp(webpack, "g");
webpackParent = lessStrict(webpackParent.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"));
console.log(webpackParent);
webpackParent = new RegExp(webpackParent, "g");
return template.replace(regexp, function(match) {