@plasmicpkgs/plasmic-rich-components 1.0.106 → 1.0.107

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.
@@ -2502,15 +2502,6 @@ function useRoleDefinitions(data, props) {
2502
2502
  (f) => f.role && f.role !== "unset" && !props[f.role]
2503
2503
  )
2504
2504
  ];
2505
- console.log("!!derived", {
2506
- minimalFullLengthFieldsWithDefaults,
2507
- minimalFullLengthFields,
2508
- defaultMinimalFullLengthFields,
2509
- mergedFieldsWithDefaults,
2510
- mergedFields,
2511
- defaultMergedFields,
2512
- props
2513
- });
2514
2505
  const roleConfigs = ensure(
2515
2506
  groupBy(mergedFieldsWithDefaults, (f) => f.role)
2516
2507
  );