From bde610676837b323b2596fda5fad399919b5396a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulysse=20G=C3=A9rard?= Date: Wed, 16 Oct 2024 00:11:07 +0200 Subject: [PATCH] cleanup --- vendor/brr_lwd_ui/examples/yjs/main.ml | 3 --- 1 file changed, 3 deletions(-) diff --git a/vendor/brr_lwd_ui/examples/yjs/main.ml b/vendor/brr_lwd_ui/examples/yjs/main.ml index 33f2ee1..c2202ce 100644 --- a/vendor/brr_lwd_ui/examples/yjs/main.ml +++ b/vendor/brr_lwd_ui/examples/yjs/main.ml @@ -404,9 +404,6 @@ let lwd_of_yjs_page = let get_cell_by_id key = match Yjs.Map.get ~key cell_map with | Some (`Map map) -> lwd_of_cell map - (* | None -> - S.Data. - { src = } *) | _ -> assert false in let cells =