Skip to content

Commit

Permalink
removed break
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu219 committed Jul 27, 2022
1 parent 3795aae commit 4648aba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lambda-extensions/sumologic-extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ func processEvents(ctx context.Context) {

if runtime_done == 1 {
logger.Infof("Exiting DrainQueueLoop: Runtime is Done")
break
}
// }

Expand Down

0 comments on commit 4648aba

Please sign in to comment.