diff --git a/src/apify/_actor.py b/src/apify/_actor.py index 92a45dae..133089b2 100644 --- a/src/apify/_actor.py +++ b/src/apify/_actor.py @@ -324,9 +324,6 @@ async def init(self) -> None: self.log.info('Initializing Actor...') self.log.info('System info', extra=get_system_info()) - # TODO: Print outdated SDK version warning (we need a new env var for this) - # https://github.com/apify/apify-sdk-python/issues/146 - await self.event_manager.__aenter__() self.log.debug('Event manager initialized')