Remove noisy log message

This commit is contained in:
ekzyis 2024-10-16 19:31:36 +02:00
parent 894ad95d73
commit 2037fb0578
1 changed files with 0 additions and 4 deletions

View File

@ -62,10 +62,6 @@ func ItemHasReply(parentId int, userId int) (bool, error) {
return true, err
}
if count > 0 {
log.Printf("ignoring known item %d", parentId)
}
return count > 0, nil
}