@rkmodules/rules 0.0.78 → 0.0.79

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/dist/index.cjs.js CHANGED
@@ -5339,7 +5339,6 @@ var Merge = React.memo(function (_a) {
5339
5339
  React.useEffect(function () {
5340
5340
  return engine.subscribe("functionResult", function (event) {
5341
5341
  var _a;
5342
- console.log("functionresult", event.name, event);
5343
5342
  if (event.name === id) {
5344
5343
  setResult(event.result || {});
5345
5344
  setDuration((_a = event.duration) !== null && _a !== void 0 ? _a : null);