We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b1dcf commit fb396ebCopy full SHA for fb396eb
src/firebase_functions/firestore_fn.py
@@ -131,8 +131,6 @@ def _firestore_endpoint_handler(
131
raise TypeError(f"Firestore: Cannot parse event payload of data type "
132
f"'{actual_type}' and content type '{content_type}'.")
133
134
- logger.debug("Event Attributes", event_attributes=event_attributes)
135
-
136
event_location = event_attributes["location"]
137
event_project = event_attributes["project"]
138
event_namespace = event_attributes["namespace"]
0 commit comments