Skip to content

Commit 60be71d

Browse files
Remove duplicated comment
1 parent 1bc3290 commit 60be71d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Umbraco.Core/Persistence/Repositories/Implement/RepositoryBaseOfTIdTEntity.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ public IEnumerable<TEntity> GetMany(params TId[] ids)
188188
// the additional overhead of fetching them in groups is minimal compared to the lookup time of each group
189189
if (ids.Length <= Constants.Sql.MaxParameterCount)
190190
{
191-
// the additional overhead of fetching them in groups is minimal compared to the lookup time of each group
192191
return CachePolicy.GetAll(ids, PerformGetAll);
193192
}
194193

0 commit comments

Comments
 (0)