We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc82a13 commit 1369711Copy full SHA for 1369711
packages/gitbook/src/components/DocumentView/Columns/Columns.tsx
@@ -8,7 +8,6 @@ export function Columns(props: BlockProps<DocumentBlockColumns>) {
8
return (
9
<div className={tcls('flex flex-col gap-x-8 md:flex-row', style)}>
10
{block.nodes.map((columnBlock) => {
11
- console.log('Rendering column with width:', columnBlock);
12
13
<Column
14
key={columnBlock.key}
0 commit comments