Skip to content

Commit

Permalink
Remove sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawf committed Dec 18, 2023
1 parent af4687d commit 1fcefd4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,6 @@ internal class NadelNewBatchHydrator(
argBatches = argBatches.map { it.arguments },
)

// todo: remove sanity check
require(queries.size == argBatches.size)

return coroutineScope {
queries
.map { query ->
Expand Down

0 comments on commit 1fcefd4

Please sign in to comment.