statebus 6.1.17 → 6.1.18

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/server.js +0 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "statebus",
3
- "version": "6.1.17",
3
+ "version": "6.1.18",
4
4
  "description": "Synchronize state.",
5
5
  "main": "statebus.js",
6
6
  "scripts": {
package/server.js CHANGED
@@ -106,11 +106,6 @@ function import_server (bus, options)
106
106
  bus.sync_files(x.state_path, x.fs_path)
107
107
  })
108
108
 
109
- bus.express.use((req, res, next) => {
110
- console.log('server.js:', req.method, req.url)
111
- next()
112
- })
113
-
114
109
  // Free the CORS for Braid requests!
115
110
  bus.express.use((req, res, next) => {
116
111
  // If this requests knows about Braid then we presume the