Skip to content

Commit

Permalink
rm trace
Browse files Browse the repository at this point in the history
  • Loading branch information
aroralanuk committed Nov 2, 2023
1 parent f02d834 commit 75024d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/hyperlane-base/src/types/multisig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use std::sync::Arc;

use derive_new::new;
use eyre::Result;
use tracing::{debug, instrument, trace};
use tracing::{debug, instrument};

use hyperlane_core::{MultisigSignedCheckpoint, SignedCheckpointWithMessageId, H160, H256};

Expand Down

0 comments on commit 75024d1

Please sign in to comment.