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 b6e56a9 commit fabf6b0Copy full SHA for fabf6b0
public/js_v2.0.1_f1/syntax_modifier.js
@@ -68,7 +68,6 @@ function formatMessage(rawContent, groundingMetadata = '') {
68
// Restore math and think block content
69
let finalContent = postprocessContent(markdownProcessed, mathReplacements, thinkReplacements);
70
finalContent = convertHyperlinksToLinks(finalContent);
71
- console.log(finalContent)
72
73
// Restore preserved HTML elements
74
finalContent = restoreGoogleCitations(finalContent);
0 commit comments