Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldelucia committed Jul 23, 2024
1 parent 8238373 commit 7b2364c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/strategy-tests/src/transitions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,6 @@ pub fn create_identities_state_transitions(
)?;
identity.add_public_key(key.clone());
let key_num = key_count as usize * (i + 1) + i;
tracing::info!("key num: {key_num}");
keys.insert(key_num, (key, private_key))
}
}
Expand Down

0 comments on commit 7b2364c

Please sign in to comment.