Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore(rome_js_analyze): remove dbg macro (#3894)
Browse files Browse the repository at this point in the history
  • Loading branch information
notmd authored Nov 29, 2022
1 parent 00f5dfe commit 8d63ee0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/rome_js_analyze/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ impl<'a, L: rome_rowan::Language + Default> rome_analyze::RegistryVisitor<L>
<R::Query as rome_analyze::Queryable>::Output: Clone,
{
let rule_key = rome_analyze::RuleKey::rule::<R>();
dbg!(&rule_key);
let options = if let Some(options) = self.options.configuration.rules.get_rule(&rule_key) {
let value = options.value();
match <R::Options as DeserializableRuleOptions>::try_from(value.clone()) {
Expand Down Expand Up @@ -249,7 +248,6 @@ mod tests {
},
&options,
|signal| {
dbg!("here");
if let Some(diag) = signal.diagnostic() {
error_ranges.push(diag.location().span.unwrap());
let error = diag
Expand Down

0 comments on commit 8d63ee0

Please sign in to comment.