Skip to content

Commit

Permalink
fix: remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Mar 29, 2024
1 parent 1c4d635 commit 86ebc91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cpu/microarchitecture.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ fn known_microarchitectures() -> HashMap<String, Arc<Microarchitecture>> {
}

if let Ok(host_platform) = target_architecture_uname() {
dbg!("adding host platform", &host_platform);
known_targets
.entry(host_platform.to_string())
.or_insert_with(|| Arc::new(Microarchitecture::generic(&host_platform)));
Expand Down

0 comments on commit 86ebc91

Please sign in to comment.