@selfcommunity/react-templates 0.3.50-events.60 → 0.3.50-events.63

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.
@@ -96,7 +96,6 @@ function EventFeed(inProps) {
96
96
  }
97
97
  return w;
98
98
  }), [widgets, scEvent]);
99
- console.log(scEvent);
100
99
  if (!scEvent) {
101
100
  return (0, jsx_runtime_1.jsx)(Skeleton_1.default, {});
102
101
  }
@@ -93,7 +93,6 @@ export default function EventFeed(inProps) {
93
93
  }
94
94
  return w;
95
95
  }), [widgets, scEvent]);
96
- console.log(scEvent);
97
96
  if (!scEvent) {
98
97
  return _jsx(EventFeedSkeleton, {});
99
98
  }