Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Jul 31, 2024
1 parent d6c939e commit 652a1f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/torii/core/src/processors/store_update_member.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ where

member.ty.deserialize(&mut values)?;

println!("member: {:?}", member);

db.set_model_member(&schema.name(), entity_id, false, &member, event_id, block_timestamp)
.await?;
Ok(())
Expand Down

0 comments on commit 652a1f4

Please sign in to comment.