Skip to content

Commit

Permalink
Remove duplicated message commit in Azure MessageHook (#33776)
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-awala committed Aug 26, 2023
1 parent 984ba22 commit 4bae275
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions airflow/providers/microsoft/azure/hooks/asb.py
Expand Up @@ -301,5 +301,3 @@ def receive_subscription_message(
for msg in received_msgs:
self.log.info(msg)
subscription_receiver.complete_message(msg)
self.log.info(msg)
subscription_receiver.complete_message(msg)

0 comments on commit 4bae275

Please sign in to comment.