Skip to content

Commit

Permalink
Removed debug output statement
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbowern committed Oct 5, 2013
1 parent 3706a4b commit ee88916
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.

## Release History
* 2013-10-04   v1.0.0   Initial release
* 2013-10-04   v1.0.1   Removed debug output
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-importer",
"description": "Importer adds an #import statement to JavaScript based languages including CoffeeScript that works like #include in C-based languages. It compiles files into JavaScript, concatenates them together in the places you've defined, and generates source maps.",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/colinbowern/grunt-importer",
"author": {
"name": "Colin Bowern",
Expand Down
2 changes: 0 additions & 2 deletions tasks/importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ module.exports = function (grunt) {
}

grunt.util.async.concatSeries(files, function (file, next) {
grunt.log.writeln(file);
grunt.log.writeln(destination);
var destinationFile = destination || file;

var pkg = importer.createPackage(file);
Expand Down

0 comments on commit ee88916

Please sign in to comment.