@jayesol/jayeson.lib.sports 2.2.6-beta.1 → 2.2.6-beta.3

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/lib/receive.js +0 -1
  2. package/package.json +1 -1
package/lib/receive.js CHANGED
@@ -205,7 +205,6 @@ let StreamCommandProcessor = class StreamCommandProcessor {
205
205
  if (input != null && input instanceof data_structure_1.Incoming) {
206
206
  let ss = input;
207
207
  let className = this.messageClassName[ss.msgType().id()];
208
- console.debug("SCP processing: " + className);
209
208
  }
210
209
  if (overwrite == null) {
211
210
  let outgoing = this._fsRepo.appendSnapshot(stream, input);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jayesol/jayeson.lib.sports",
3
- "version": "2.2.6-beta.1",
3
+ "version": "2.2.6-beta.3",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {