@rpcbase/server 0.377.0 → 0.378.0

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/rts/index.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.377.0",
3
+ "version": "0.378.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "scripts": {
package/rts/index.js CHANGED
@@ -437,7 +437,6 @@ const init_rts = async(server) => {
437
437
 
438
438
 
439
439
  const register_rts_handler = (handler_fn) => {
440
- console.log("REGister handler", handler_fn)
441
440
  _handlers.push(handler_fn)
442
441
  }
443
442