Skip to content

Commit

Permalink
Remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurshsmith committed Sep 22, 2023
1 parent 2b05491 commit 8b69ad4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chaindexing/src/event_handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ pub trait EventHandler: Send + Sync {
pub struct EventHandlers;

impl EventHandlers {
/// 0.1 version
/// Allow restarting from the beginning i.e. Let users compute
pub fn start(config: &Config) {
// get all events
let config = config.clone();
tokio::spawn(async move {
let pool = config.repo.get_pool(1).await;
Expand Down

0 comments on commit 8b69ad4

Please sign in to comment.