Skip to content

Commit fabf6b0

Browse files
committed
Hotfix: Log Remove
1 parent b6e56a9 commit fabf6b0

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
@@ -68,7 +68,6 @@ function formatMessage(rawContent, groundingMetadata = '') {
6868
// Restore math and think block content
6969
let finalContent = postprocessContent(markdownProcessed, mathReplacements, thinkReplacements);
7070
finalContent = convertHyperlinksToLinks(finalContent);
71-
console.log(finalContent)
7271

7372
// Restore preserved HTML elements
7473
finalContent = restoreGoogleCitations(finalContent);

0 commit comments

Comments
 (0)