fable 3.0.98 → 3.0.100

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,6 +1,6 @@
1
1
  {
2
2
  "name": "fable",
3
- "version": "3.0.98",
3
+ "version": "3.0.100",
4
4
  "description": "An entity behavior management and API bundling library.",
5
5
  "main": "source/Fable.js",
6
6
  "scripts": {
@@ -367,7 +367,6 @@ class StringParser
367
367
  tmpAnticipate.anticipate(
368
368
  (fCallback) =>
369
369
  {
370
- console.log(`Running template for character [${pString[i]}] index ${i}`);
371
370
  this.parseCharacterAsync(pString[i], tmpParserState, pData, fCallback);
372
371
  });
373
372
  }