Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
notlesh committed Oct 21, 2024
1 parent eb56294 commit 164015d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/starknet-os/src/hints/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -558,13 +558,13 @@ pub fn breakpoint(
// println!("\tap_tracking -> {ap_tracking:?}");
// println!("\texec_scops -> {:?}", exec_scopes.get_local_variables().unwrap().keys());
// println!("\tids -> {:?}", ids_data);

log::debug!("\tids_data ({}):", ids_data.len());
for (i, (k, v)) in ids_data.iter().enumerate() {
let value = get_maybe_relocatable_from_var_name(k, vm, ids_data, ap_tracking)?;
log::debug!("\t\t[{}] \"{}\": \"{:?}\"", i, k, value);
}

log::debug!("-----------END BREAKPOINT-----------");
Ok(())
}
Expand Down

0 comments on commit 164015d

Please sign in to comment.