Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 6bec2b6

Browse files
committed
chore: remove log calls
1 parent dca31a0 commit 6bec2b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gulpfile.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -473,10 +473,8 @@ function copyExampleBoilerplate() {
473473

474474
// Make boilerplate files read-only to avoid that they be edited by mistake.
475475
var destFileMode = '444';
476-
gutil.log('*** example files copied')
477476
return copyFiles(sourceFiles, examplePaths, destFileMode)
478477
.then(function() {
479-
gutil.log('*** example files copied')
480478
return copyFiles(dartWebSourceFiles, dartExampleWebPaths, destFileMode);
481479
})
482480
// copy certain files from _examples/_protractor dir to each subdir that contains an e2e-spec file.
@@ -598,7 +596,6 @@ gulp.task('build-dart-api-docs', ['_shred-api-examples', 'dartdoc'], function()
598596
});
599597

600598
gulp.task('build-plunkers', ['_copy-example-boilerplate'], function() {
601-
gutil.log('**** Building Plunkers')
602599
return plunkerBuilder.buildPlunkers(EXAMPLES_PATH, LIVE_EXAMPLES_PATH, { errFn: gutil.log });
603600
});
604601

0 commit comments

Comments
 (0)