Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory PELLETEY committed Oct 7, 2016
1 parent 5919890 commit 845d8fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/injector.js
Expand Up @@ -315,7 +315,6 @@ function getDefaultLineEnding(options, that, grunt) {
if (options.templateString) {
contents = options.templateString;
} else {
console.log(destination);
contents = String(grunt.file.read(destination));
}
}
Expand Down

0 comments on commit 845d8fc

Please sign in to comment.