Skip to content

Commit

Permalink
chore: 🤖 remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Aug 20, 2024
1 parent a254a8a commit facbb5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/oxc_minifier/src/plugins/replace_global_defines.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ impl<'a> ReplaceGlobalDefines<'a> {
return;
}
}
// dbg!(&member);
for meta_proeperty_define in &self.config.0.meta_proeperty {
let ret = Self::is_meta_property_define(meta_proeperty_define, member);
if ret {
Expand Down

0 comments on commit facbb5c

Please sign in to comment.