Skip to content

Commit

Permalink
Remove print to increase performance
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Abramov <[email protected]>
  • Loading branch information
uncleDecart committed Sep 18, 2024
1 parent 0e04d91 commit a54b76f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/nkv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,7 @@ impl NotifyKeyValue {
// Clone the Arc before pushing it into the vector
let mut vector_lock = vector_clone.lock().await;
vector_lock.push(notifier_arc.clone()); // Clone the Arc before pushing
println!("Captured notifier");
});
} else {
println!("No value in Trie");
}
})
});
Expand Down

0 comments on commit a54b76f

Please sign in to comment.