Skip to content

Commit

Permalink
[BUG] Remove debug print (#2419)
Browse files Browse the repository at this point in the history
Removes a debug print from anti join
  • Loading branch information
Vince7778 authored Jun 19, 2024
1 parent 4f2ffb0 commit 3aeba6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/daft-table/src/ops/joins/hash_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ pub(super) fn hash_semi_anti_join(
}
})
.is_some();
dbg!(l_idx);
if is_match == is_semi {
left_idx.push(l_idx as u64);
}
Expand Down

0 comments on commit 3aeba6f

Please sign in to comment.