Skip to content

Commit ae32d37

Browse files
committed
remove console infos
1 parent 32ecaf2 commit ae32d37

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

webview-ui/src/services/mermaidSyntaxFixer.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export class MermaidSyntaxFixer {
102102
let finalError: string | undefined
103103

104104
while (true) {
105-
console.info("attempt ", llmAttempts)
106105
currentCode = this.applyDeterministicFixes(currentCode)
107106

108107
// Validate the current code
@@ -140,10 +139,6 @@ export class MermaidSyntaxFixer {
140139
}
141140
}
142141

143-
if (finalError) {
144-
console.info(finalError)
145-
}
146-
147142
return {
148143
success: false,
149144
fixedCode: currentCode,

0 commit comments

Comments
 (0)