remove console.log

This commit is contained in:
Mathias Buus 2014-11-18 15:14:07 +01:00
parent ab1dcfb30f
commit f3337ab11f

View file

@ -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)
}