Skip to content

Commit

Permalink
Fix unused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Nov 5, 2024
1 parent ba8f398 commit 3925028
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/haz3lcore/zipper/projectors/MarkdownProj.re
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ let textarea =
let foo = Omd.of_string(text);
let bar = Omd.to_html(foo);
// Node.innerHtml(bar);
let foo = safe_html_to_node(bar);
let foo =
Node.inner_html(
~attrs=[Attr.id(of_id(id))],
Expand Down

0 comments on commit 3925028

Please sign in to comment.