Skip to content

Commit 1369711

Browse files
Update packages/gitbook/src/components/DocumentView/Columns/Columns.tsx
Co-authored-by: Samy Pessé <[email protected]>
1 parent fc82a13 commit 1369711

File tree

1 file changed

+0
-1
lines changed
  • packages/gitbook/src/components/DocumentView/Columns

1 file changed

+0
-1
lines changed

packages/gitbook/src/components/DocumentView/Columns/Columns.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export function Columns(props: BlockProps<DocumentBlockColumns>) {
88
return (
99
<div className={tcls('flex flex-col gap-x-8 md:flex-row', style)}>
1010
{block.nodes.map((columnBlock) => {
11-
console.log('Rendering column with width:', columnBlock);
1211
return (
1312
<Column
1413
key={columnBlock.key}

0 commit comments

Comments
 (0)