Skip to content

Commit

Permalink
Removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgco committed Feb 2, 2012
1 parent ec24d1e commit 8e08c67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/storeStream.js
Expand Up @@ -63,7 +63,6 @@ StoreStream.prototype.end = function end(chunk, cb) {
var ret = this.write(chunk, function() {
self.emit('end');
process.nextTick(function() {
console.log(self._asset);
self._store.set(self._asset);
});
if (cb) cb();
Expand Down

0 comments on commit 8e08c67

Please sign in to comment.