diff --git a/src/usecase/placement/fetch_placement_post_cycle.py b/src/usecase/placement/fetch_placement_post_cycle.py index 72057ad..35ed203 100644 --- a/src/usecase/placement/fetch_placement_post_cycle.py +++ b/src/usecase/placement/fetch_placement_post_cycle.py @@ -41,7 +41,6 @@ async def fetch_placement_post_cycle(self: 'Usecase', interval_seconds: int) -> log.warning('Placement %s missing channel or invite_link, skipping', placement.id) continue if placement.creative_id is None: - log.warning('Placement %s missing creative_id, skipping', placement.id) continue existing_for_placement = await domain.PlacementPost.filter(placement_id=placement.id).first() if existing_for_placement: