Skip to content

Commit

Permalink
Remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisabrams committed Jan 29, 2013
1 parent a66e82f commit bf0d16a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tasks/assets-revving.js
Expand Up @@ -13,17 +13,13 @@ module.exports = function(grunt) {

grunt.registerMultiTask('rev', 'Assets revving task for Grunt', function() {

console.log("this", this)

var options = this.data,
files = [],
found = false,
time = new Date().getTime();

files.push(options.files)

console.log("files", files)

async.forEach(files, function(filename, next) {

var file = grunt.file.expand(filename),
Expand Down

0 comments on commit bf0d16a

Please sign in to comment.