Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
closes #93
  • Loading branch information
bmuenzenmeyer committed Dec 5, 2016
1 parent 75bcef6 commit c68b022
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ function watch() {
resolvePath(paths().source.annotations) + '/*'
].concat(getTemplateWatches());

console.log(patternWatches);

gulp.watch(patternWatches, { awaitWriteFinish: true }).on('change', gulp.series(build, reload));
}

Expand Down

0 comments on commit c68b022

Please sign in to comment.