Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
laughedelic committed Nov 15, 2024
1 parent cf8046e commit 2f672b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function splitIntoChunks(markdown: string): Chunk[] {
: 0;
chunks.push({ type: currentType, content, level });
currentChunk = [];
console.log("committing chunk", currentType, "\n", content, "\n");
// console.log("committing chunk", currentType, "\n", content, "\n");
currentType = null;
}
}
Expand Down

0 comments on commit 2f672b5

Please sign in to comment.