Skip to content

Commit

Permalink
chore(eth-bytecode-db): remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Dec 12, 2024
1 parent d41a7df commit 72f46b8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions eth-bytecode-db/verifier-alliance-database/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ macro_rules! insert_then_select {
).await.context(format!("update on conflict in \"{}\"", stringify!($entity_module)))?;

if updated_model != model {
// tracing::warn!(
// model=?model,
// updated_model=?updated_model,
// "the \"{}\" model has been updated",
// stringify!($entity_module)
// );
model = updated_model;
}
}
Expand Down

0 comments on commit 72f46b8

Please sign in to comment.