@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.
- package/lib/receive.js +0 -1
- 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);
|