mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-14 17:18:20 +00:00
remove stray eprintln
This commit is contained in:
parent
f5aec4abef
commit
90597b18ab
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue