Skip to content

Commit

Permalink
remove jacktest
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzhhuang committed Dec 5, 2024
1 parent 39593df commit 61bd695
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flexidag/src/consensusdb/access.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ where
self.cache.insert(key, data.clone());
Ok(data)
} else {
info!("jacktest: key not found: {:?}", Backtrace::capture());
Err(StoreError::KeyNotFound(format!("{:?}", key)))
}
}
Expand Down

0 comments on commit 61bd695

Please sign in to comment.