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