Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Aug 3, 2024
1 parent c5d4c62 commit 573c27b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/core_docs/scripts/quarto-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ async function main() {
for (const renamedFilepath of allRenames) {
if (fs.existsSync(renamedFilepath)) {
let content = fs.readFileSync(renamedFilepath, "utf-8").toString();
if (renamedFilepath.includes("llms/bedrock")) {
console.log(renamedFilepath, content.match(IGNORED_CELL_REGEX), content);
}
if (
content.match(IGNORED_CELL_REGEX) ||
content.match(LC_TS_IGNORE_REGEX)
Expand Down

0 comments on commit 573c27b

Please sign in to comment.