remove PostCSS log

This commit is contained in:
psychobunny
2016-03-30 16:55:54 -04:00
parent 359b1fbe1a
commit 12ed4d2af5

View File

@@ -187,7 +187,6 @@ module.exports = function(Meta) {
return; return;
} }
winston.verbose('[meta/css] Running PostCSS Plugins');
postcss([ autoprefixer ]).process(lessOutput.css).then(function (result) { postcss([ autoprefixer ]).process(lessOutput.css).then(function (result) {
result.warnings().forEach(function (warn) { result.warnings().forEach(function (warn) {
winston.verbose(warn.toString()); winston.verbose(warn.toString());