Skip to content

Commit

Permalink
rm print
Browse files Browse the repository at this point in the history
  • Loading branch information
gpopides committed Dec 2, 2023
1 parent ee3ea23 commit 10d7dab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ internal class SqsPoller(private val sqs: SqsClient, private val executor: SqsPr

private suspend fun accept(consumer: SqsConsumer) = coroutineScope {
repeat(consumer.config.concurrency) {
print(it)
launch {
retry(
consumer.config.retries,
Expand Down

0 comments on commit 10d7dab

Please sign in to comment.