Skip to content

Commit

Permalink
Merge pull request #488 from salsa-rs/nikomatsakis-patch-1
Browse files Browse the repository at this point in the history
remove stray eprintln
  • Loading branch information
nikomatsakis authored Apr 12, 2024
2 parents f5aec4a + 90597b1 commit dcf2b3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/salsa-2022/src/tracked_struct/tracked_field.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ where
revision: crate::Revision,
) -> bool {
let id = <C::Id>::from_id(input.key_index.unwrap());
eprintln!("maybe_changed_after({id:?}, {revision:?})");
match self.entity_data.get(&id) {
Some(data) => {
let field_changed_at = C::revision(&data.revisions, self.field_index);
Expand Down

0 comments on commit dcf2b3e

Please sign in to comment.