Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Jul 11, 2024
1 parent c20946f commit d7542ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/runtime/native/CSS.ml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ and render_selectors hash rule =
Some (Printf.sprintf "%s { %s }" selector nested_selectors)
| Rule.Selector (selector, rules) ->
let new_selector = resolve_ampersand hash selector in
print_endline @@ Printf.sprintf "inside %s" new_selector;
(* Resolving the ampersand means to replace all ampersands by the hash *)
Some (Printf.sprintf "%s { %s }" new_selector (render_declarations rules))
(* Declarations aren't there *)
Expand Down

0 comments on commit d7542ee

Please sign in to comment.