Skip to content

Commit 58f7b68

Browse files
committed
removed logging
1 parent a56cada commit 58f7b68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/template-common.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module.exports = function(template, baseDir, stdout, prefix) {
2323
webpack = lessStrict(webpack.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"));
2424
webpack = new RegExp(webpack, "g");
2525
webpackParent = lessStrict(webpackParent.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&"));
26-
console.log(webpackParent);
2726
webpackParent = new RegExp(webpackParent, "g");
2827

2928
return template.replace(regexp, function(match) {

0 commit comments

Comments
 (0)