Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
oops, remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Jan 11, 2013
1 parent 4296968 commit 64490f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ module.exports = function (handler, init) {

init.version = version || 0

console.log('HEADERZ', stream)
console.log(stream._rand = stream._rand || Math.random())

header(stream)
.setHeader(init)
.writeHead()
Expand All @@ -33,7 +30,6 @@ module.exports = function (handler, init) {
} else
version = meta.version

console.log('HANDLE')
handler.apply(this, args)
})
}
Expand Down

0 comments on commit 64490f8

Please sign in to comment.