@acorex/platform 21.0.0-next.19 → 21.0.0-next.20

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.
@@ -5275,9 +5275,6 @@ class AXPTabListConverter extends AXPBaseRelatedEntityConverter {
5275
5275
  // Don't evaluate actions here - keep expression strings for lazy evaluation at execution time
5276
5276
  // This ensures actions use the latest context data when executed
5277
5277
  const actions = await evaluateExpressions(relatedEntity.actions);
5278
- console.time('tab-list-converter1');
5279
- await new Promise((resolve) => setTimeout(resolve, 500));
5280
- console.timeEnd('tab-list-converter2');
5281
5278
  return {
5282
5279
  id: entityDef?.name ?? '',
5283
5280
  title: relatedEntity.title ?? entityDef?.title ?? '',