Skip to content

Commit c34e948

Browse files
committed
tidy
1 parent c6cca7c commit c34e948

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/site-kit/src/lib/markdown/renderer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -996,8 +996,6 @@ function syntax_highlight({
996996
}) {
997997
let html = '';
998998

999-
console.log({ source });
1000-
1001999
if (/^(dts|yaml|yml)/.test(language)) {
10021000
html = replace_blank_lines(
10031001
twoslash_module.renderCodeToHTML(

0 commit comments

Comments
 (0)