Remove extra comment

This commit is contained in:
mcrakhman 2023-05-23 11:51:42 +02:00
parent 8f688375a2
commit d1628767c3
No known key found for this signature in database
GPG Key ID: DED12CFEF5B8396B

View File

@ -23,8 +23,6 @@ func NewStateFromSnapshot(snapshot *spacesyncproto.SpaceSettingsSnapshot, lastIt
}
func (s *State) Exists(id string) bool {
// using map here will not give a lot of benefit, because this thing should be called only
// when we are adding content, thus it doesn't matter
_, exists := s.DeletedIds[id]
return exists
}