Skip to content

Commit

Permalink
chore(language-core): disable log
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jun 8, 2024
1 parent ca7a2fc commit d0eec73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-core/lib/virtualFile/computedFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function computedPluginEmbeddedCodes(
}
const block = nameToBlock()[source];
if (!block) {
console.warn('Unable to find block: ' + source);
// console.warn('Unable to find block: ' + source);
return segment;
}
return [
Expand Down

0 comments on commit d0eec73

Please sign in to comment.