remove console.log
This commit is contained in:
parent
ab1dcfb30f
commit
f3337ab11f
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ var mixinPax = function(header, pax) {
|
||||||
var Source = function(self, offset) {
|
var Source = function(self, offset) {
|
||||||
this._parent = self
|
this._parent = self
|
||||||
this.offset = offset
|
this.offset = offset
|
||||||
console.log(this.offset,'<--', offset)
|
|
||||||
PassThrough.call(this)
|
PassThrough.call(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue