Skip to content

Commit b6e56a9

Browse files
committed
Hotfix: Remove log from syntaxModifier
1 parent 3369cca commit b6e56a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/js_v2.0.1_f1/syntax_modifier.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ function formatMessage(rawContent, groundingMetadata = '') {
6464

6565
// Apply markdown rendering
6666
const markdownProcessed = md.render(processedContent);
67-
console.log(markdownProcessed)
6867

6968
// Restore math and think block content
7069
let finalContent = postprocessContent(markdownProcessed, mathReplacements, thinkReplacements);

0 commit comments

Comments
 (0)