reactronic 0.96.26018 → 0.96.26019

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.
@@ -387,8 +387,6 @@ class OperationFootprintImpl extends ContentFootprint {
387
387
  static proceed(footprint, proxy) {
388
388
  footprint.enter();
389
389
  try {
390
- if (footprint.options.getter === undefined)
391
- console.log("(!)");
392
390
  footprint.result = footprint.options.getter.call(proxy, ...footprint.args);
393
391
  }
394
392
  finally {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactronic",
3
- "version": "0.96.26018",
3
+ "version": "0.96.26019",
4
4
  "description": "Reactronic - Transactional Reactive State Management",
5
5
  "publisher": "Nezaboodka Software",
6
6
  "license": "Apache-2.0",