diff --git a/extract.js b/extract.js index 57626b5..f656d49 100644 --- a/extract.js +++ b/extract.js @@ -28,7 +28,6 @@ var mixinPax = function(header, pax) { var Source = function(self, offset) { this._parent = self this.offset = offset - console.log(this.offset,'<--', offset) PassThrough.call(this) }