Skip to content

Commit d8c3db7

Browse files
committed
refactor: remove prints
1 parent 119e6e3 commit d8c3db7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/firebase_functions/storage.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ def _message_handler(
206206
event_attributes = raw._get_attributes()
207207
data: _typing.Any = raw.get_data()
208208

209-
print(event_attributes)
210-
print(data)
211-
212209
message: StorageObjectData = StorageObjectData(
213210
# Required fields:
214211
bucket=data["bucket"],

0 commit comments

Comments
 (0)