Skip to content

Commit 2d27d67

Browse files
authored
chore: remove print statements from bucket notifications (#119)
2 parents eab4e0f + 061655c commit 2d27d67

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

nitric/resources/buckets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,8 @@ def on(
8080
self, notification_type: str, notification_prefix_filter: str
8181
) -> Callable[[BucketNotificationHandler], None]:
8282
"""Create and return a bucket notification decorator for this bucket."""
83-
print("this has been called")
8483

8584
def decorator(func: BucketNotificationHandler) -> None:
86-
print("this has been called")
8785
self._server = FunctionServer(
8886
BucketNotificationWorkerOptions(
8987
bucket_name=self.name,

0 commit comments

Comments
 (0)