diff --git a/gulpfile.js b/gulpfile.js index 10a7cf1..0a35705 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -55,7 +55,7 @@ function syncPluginTo(dest, done) { .set('delete') .exclude(exclude) .output(function(data) { - process.stdout.write(data.toString('utf8')); + //process.stdout.write(data.toString('utf8')); }); rsync.execute(function(err) { if (err) {