Skip to content

Commit

Permalink
remove debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 16, 2024
1 parent a40a0f7 commit 9e9fa0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bbot/modules/templates/bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ async def handle_storage_bucket(self, event):

async def emit_storage_bucket(self, event_data, event_type, parent, tags, context):
event_data["url"] = self.clean_bucket_url(event_data["url"])
self.hugewarning(event_data)
await self.emit_event(
event_data,
event_type,
Expand Down

0 comments on commit 9e9fa0b

Please sign in to comment.