Skip to content

Commit

Permalink
remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed Oct 20, 2023
1 parent 4b351fb commit 5e0475b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/handlers/indexers/indexer_types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ pub trait Indexer {
};

if !self.is_running(indexer.clone()).await? {
println!("the indexer isn't running!");
return Err(IndexerError::InternalServerError(format!(
"Cannot stop indexer that's not running, indexer id {}",
indexer.id
Expand Down

0 comments on commit 5e0475b

Please sign in to comment.