Skip to content

Commit

Permalink
(isla-lib/memory) fix: remove old debug print region
Browse files Browse the repository at this point in the history
  • Loading branch information
bensimner committed Apr 29, 2024
1 parent fd750c0 commit d0e350b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion isla-lib/src/memory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,6 @@ impl<B: BV> Memory<B> {

for region in &self.regions {
if !matches!(region, Region::Symbolic(_) | Region::SymbolicCode(_)) {
eprintln!("{:?}", region);
let Range { start, end } = region.region_range();

region_constraints.push(And(
Expand Down

0 comments on commit d0e350b

Please sign in to comment.