Skip to content

Commit

Permalink
chore: remove print statements from bucket notifications (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm authored Jul 31, 2023
2 parents eab4e0f + 061655c commit 2d27d67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nitric/resources/buckets.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,8 @@ def on(
self, notification_type: str, notification_prefix_filter: str
) -> Callable[[BucketNotificationHandler], None]:
"""Create and return a bucket notification decorator for this bucket."""
print("this has been called")

def decorator(func: BucketNotificationHandler) -> None:
print("this has been called")
self._server = FunctionServer(
BucketNotificationWorkerOptions(
bucket_name=self.name,
Expand Down

0 comments on commit 2d27d67

Please sign in to comment.