Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
dm0n3y committed Sep 9, 2024
1 parent ca8ebc9 commit a42df62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/web/view/dec/Meld.re
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,7 @@ module Profile = {
let dims = Dims.of_block(Tree.flatten(t_cell));
let loc = s.loc;
let ind = s_tok.ind;
let r = Child.Profile.{ind, loc, dims, sort, no_delim};
Stds.P.show("r", Child.Profile.show(r));
r;
Child.Profile.{ind, loc, dims, sort, no_delim};
})
|> Chain.mapi_link((step, (state: L.State.t, (_, tok))) => {
let null = (step == 1 && null_l, step == n - 2 && null_r);
Expand Down

0 comments on commit a42df62

Please sign in to comment.