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 eab4e0f commit 061655cCopy full SHA for 061655c
1 file changed
nitric/resources/buckets.py
@@ -80,10 +80,8 @@ def on(
80
self, notification_type: str, notification_prefix_filter: str
81
) -> Callable[[BucketNotificationHandler], None]:
82
"""Create and return a bucket notification decorator for this bucket."""
83
- print("this has been called")
84
85
def decorator(func: BucketNotificationHandler) -> None:
86
87
self._server = FunctionServer(
88
BucketNotificationWorkerOptions(
89
bucket_name=self.name,
0 commit comments