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 {
|