We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dab488 commit 482dd45Copy full SHA for 482dd45
1 file changed
function_app.py
@@ -58,6 +58,3 @@ def iot_hub_trigger(event: func.EventHubEvent):
58
59
except Exception as e:
60
logging.error(f"Error: {e}")
61
-
62
-# FORCE_COMMIT_TEST
63
0 commit comments