Skip to content

Commit 9d97d81

Browse files
committed
Remove debug output
1 parent 155b4eb commit 9d97d81

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dotcom-rendering/src/components/Island.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ export const Island = ({ priority, defer, children, role }: IslandProps) => {
6464

6565
return (
6666
<IslandProvider value={{ child: true }}>
67-
<code style={{ fontFamily: 'monospace', color: 'hotpink' }}>
68-
{name} = {island.child ? 'child' : 'parent'}
69-
</code>
7067
{/* Child islands defer to nearest parent island for hydration */}
7168
{island.child ? (
7269
children

0 commit comments

Comments
 (0)