Skip to content

Commit

Permalink
Drop dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
slumber committed Nov 8, 2021
1 parent 79e466f commit c7e8494
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/bin/data_restore/src/storage_interactor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ macro_rules! storage_interact {

impl StorageInteractor<'_> {
pub async fn start_transaction<'c: 'b, 'b>(&'c mut self) -> StorageInteractor<'b> {
vlog::warn!("=======Starting db transaction=======");
match self {
StorageInteractor::Database(db) => {
let transaction = db.start_transaction().await;
Expand All @@ -64,7 +63,6 @@ impl StorageInteractor<'_> {
}

pub async fn commit(self) {
vlog::warn!("=======Commit=======");
storage_interact!(self.commit())
}

Expand Down

0 comments on commit c7e8494

Please sign in to comment.