Fix clippy warning

This commit is contained in:
Felix Ableitner 2021-03-11 18:18:01 +01:00
parent 50559de6d2
commit b1ca85b910
1 changed files with 0 additions and 1 deletions

View File

@ -744,7 +744,6 @@ impl Perform for AddModToCommunity {
Community::read(conn, community_id)
})
.await??;
dbg!(data.added);
if data.added {
send_add_mod(user, updated_mod, community, context).await?;
} else {