remove console log

This commit is contained in:
Iuri Matias 2017-01-15 18:03:59 -05:00
parent e0486b6404
commit 136f099b57
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ Plugin.prototype.runPipeline = function(args) {
//});
var shouldRunPipeline = grunt.file.isMatch(pipeline.matcthingFiles, args.targetFile);
if (shouldRunPipeline) {
console.log('running plugin');
return pipeline.cb.call(this, args);
} else {
return args.source;