Skip to content

Commit

Permalink
remove CDK deprecation message (#2544)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbordash2 authored Sep 4, 2024
1 parent 3ada269 commit 6bff212
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions runway/module/cdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ def parse_obj(cls, obj: object) -> CloudDevelopmentKitOptions:
class CloudDevelopmentKit(RunwayModuleNpm[CloudDevelopmentKitOptions]):
"""CDK Runway Module."""

DEPRECATION_MSG = (
"CDK Runway module support has been deprecated and "
"may be removed in the next major release."
)

def __init__(
self,
context: RunwayContext,
Expand Down Expand Up @@ -122,7 +117,6 @@ def __init__(
)
# logger needs to be created here to use the correct logger
self.logger = PrefixAdaptor(self.name, LOGGER)
LOGGER.warning("%s:%s", self.name, self.DEPRECATION_MSG)

@cached_property
def cli_args(self) -> list[str]:
Expand Down

0 comments on commit 6bff212

Please sign in to comment.