Skip to content

Commit

Permalink
rm log stmt with bogus feature
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ozdemir committed Aug 19, 2024
1 parent 968f92b commit c199e2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/target/aby/trans.rs
Original file line number Diff line number Diff line change
Expand Up @@ -904,8 +904,6 @@ pub fn to_aby(cs: Computations, path: &Path, lang: &str, cm: &str, ss: &str) {
panic!("Unsupported sharing scheme: {}", ss);
}
};
#[cfg(feature = "bench")]
println!("LOG: Assignment {}: {:?}", name, now.elapsed());
s_map.insert(name.to_string(), assignments);
}

Expand Down

0 comments on commit c199e2b

Please sign in to comment.