Skip to content

Commit

Permalink
fix: remove dbg macro
Browse files Browse the repository at this point in the history
  • Loading branch information
neoki07 committed Apr 20, 2024
1 parent 9cb08e4 commit f8af9e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/biome_css_analyze/src/lint/nursery/no_unknown_unit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ impl Rule for NoUnknownUnit {
fn run(ctx: &RuleContext<Self>) -> Option<Self::State> {
let node = ctx.query();

// dbg!(ctx.root());

match node {
AnyCssDimension::CssUnknownDimension(dimension) => {
let unit_token = dimension.unit_token().ok()?;
Expand Down

0 comments on commit f8af9e9

Please sign in to comment.