Skip to content

Commit 6bff212

Browse files
authored
remove CDK deprecation message (#2544)
1 parent 3ada269 commit 6bff212

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

runway/module/cdk.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ def parse_obj(cls, obj: object) -> CloudDevelopmentKitOptions:
7777
class CloudDevelopmentKit(RunwayModuleNpm[CloudDevelopmentKitOptions]):
7878
"""CDK Runway Module."""
7979

80-
DEPRECATION_MSG = (
81-
"CDK Runway module support has been deprecated and "
82-
"may be removed in the next major release."
83-
)
84-
8580
def __init__(
8681
self,
8782
context: RunwayContext,
@@ -122,7 +117,6 @@ def __init__(
122117
)
123118
# logger needs to be created here to use the correct logger
124119
self.logger = PrefixAdaptor(self.name, LOGGER)
125-
LOGGER.warning("%s:%s", self.name, self.DEPRECATION_MSG)
126120

127121
@cached_property
128122
def cli_args(self) -> list[str]:

0 commit comments

Comments
 (0)