Remove dbg! macro calls
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -114,7 +114,7 @@ impl BasicBlockList {
|
||||
}
|
||||
// this inserts a "dummy" mapping for the last block index because it will point out of bounds
|
||||
let last_index = entry_map.len();
|
||||
entry_map.insert(dbg!(last_block_index), dbg!(last_index));
|
||||
entry_map.insert(last_block_index, last_index);
|
||||
// second pass: update blocks in-place with their newly mapped addresses
|
||||
blocks
|
||||
.into_iter()
|
||||
|
||||
Reference in New Issue
Block a user