Skip to content

Commit 7289cd6

Browse files
committed
removed unused console
1 parent 3f661ff commit 7289cd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/src/components/PluginSlotRenderer.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const SlotRenderer: React.FC<SlotRendererProps> = ({
2020
const components = pluginManager.getComponentsForSlot(slot);
2121

2222
if (!components || components.length === 0) {
23-
console.log('no component detected here');
2423
return null;
2524
}
2625

0 commit comments

Comments
 (0)