Skip to content

Commit fb396eb

Browse files
committed
feat: remove debug logs
1 parent c5b1dcf commit fb396eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/firebase_functions/firestore_fn.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ def _firestore_endpoint_handler(
131131
raise TypeError(f"Firestore: Cannot parse event payload of data type "
132132
f"'{actual_type}' and content type '{content_type}'.")
133133

134-
logger.debug("Event Attributes", event_attributes=event_attributes)
135-
136134
event_location = event_attributes["location"]
137135
event_project = event_attributes["project"]
138136
event_namespace = event_attributes["namespace"]

0 commit comments

Comments
 (0)