Skip to content

Commit bffda1c

Browse files
committed
Remove debug code from StorageQueueProcessorService
1 parent 6bc3f2f commit bffda1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Cabazure.Messaging.StorageQueue/Internal/StorageQueueProcessorService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ await queueClient.DeleteMessageAsync(
6767
if (messages.Value.Length == 0)
6868
{
6969
await timeProvider.Delay(options.PollingInterval, stoppingToken);
70-
return;
7170
}
7271
}
7372
}

0 commit comments

Comments
 (0)