Skip to content

Commit

Permalink
remove debugging log oospie
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliapixel committed Jun 27, 2024
1 parent 77036d3 commit 5dfd156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/AsyncMarkdownReq.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
const tableDiver: Partial<Renderer> = {
tablecell(content, _flags) {
console.log("zuh", content);
return `<td><div class="flex flex-row gap-1.5">${content}</div></td>`;
}
};
Expand Down

0 comments on commit 5dfd156

Please # to comment.