@mixd-id/web-scaffold 0.1.230406271 → 0.1.230406272

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406271",
4
+ "version": "0.1.230406272",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
package/src/utils/wss.mjs CHANGED
@@ -162,7 +162,6 @@ class WSS extends EventEmitter2{
162
162
  return
163
163
  }
164
164
  else if(!this._instance.isAuth){
165
- console.log('add pending send', { path, params, cb, err })
166
165
  this._pendingSend.push({ path, params, cb, err })
167
166
  return
168
167
  }