braid-http 1.3.24 → 1.3.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -294,9 +294,6 @@ function braidify (req, res, next) {
294
294
  m.streams.delete(stream)
295
295
  } else m.streams.set(stream, 'abort')
296
296
 
297
- console.log('got here....!!!!')
298
-
299
-
300
297
  // let the requester know we succeeded
301
298
  res.writeHead(200, { 'Multiplex-Version': '0.0.1' })
302
299
  return res.end(``)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-http",
3
- "version": "1.3.24",
3
+ "version": "1.3.25",
4
4
  "description": "An implementation of Braid-HTTP for Node.js and Browsers",
5
5
  "scripts": {
6
6
  "test": "node test/server.js"