From f3337ab11f52bd8eefd8c51385bb9615f2fc98d6 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Tue, 18 Nov 2014 15:14:07 +0100 Subject: [PATCH] remove console.log --- extract.js | 1 - 1 file changed, 1 deletion(-) 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) }