Skip to content

Commit

Permalink
Remove printlns
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcompiles committed Nov 26, 2024
1 parent ff9607f commit 8cec392
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/atlaspack/src/requests/target_request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ impl TargetRequest {
.join(".browserslistrc"),
)
.ok();
println!("Loaded {:?}", browserslistrc);

if let Some(browserslistrc) = browserslistrc {
Some(EnginesBrowsers::from_browserslistrc(browserslistrc)?)
Expand Down Expand Up @@ -315,7 +314,6 @@ impl TargetRequest {
let config = self.load_engine_and_browser_config(request_context)?;
let mut targets: Vec<Option<Target>> = Vec::new();

println!("Config browsers {:?}", config.contents.engines);
let builtin_targets = [
self.builtin_browser_target(
config.contents.targets.browser.clone(),
Expand Down

0 comments on commit 8cec392

Please sign in to comment.