Skip to content

Commit 15649f9

Browse files
committed
chore: remove log
1 parent 3b85cb4 commit 15649f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ee/tabby-ui/lib/utils/markdown.ts

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const REMARK_STRINGIFY_OPTIONS: Options = {
1111
tightDefinitions: true,
1212
handlers: {
1313
placeholder: (node: PlaceholderNode) => {
14-
console.log('placeholder node', node)
1514
return node.value
1615
}
1716
} as any

0 commit comments

Comments
 (0)