Skip to content

Commit

Permalink
Remove stray debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored and ibraheemdev committed Dec 2, 2024
1 parent 6e0fd42 commit 62cc479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/raw/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,6 @@ where
// Successfully removed the entry.
UpdateStatus::Replaced(entry) => {
let tid = guard.thread_id();
dbg!(tid);

// Mark the entry as a tombstone.
//
Expand Down

0 comments on commit 62cc479

Please sign in to comment.