Skip to content

Commit 121031a

Browse files
committed
Remove comment
1 parent 3dbcd4e commit 121031a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cdk/lib/notification.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ export class Notification extends GuStack {
1111
__dirname,
1212
'../../notification/conf/notification.yaml',
1313
);
14-
// Until this project has been fully migrated to GuCDK you should update the 'old' infrastructure by modifying
15-
// the YAML file and then re-running the snapshot tests to confirm that the changes are being pulled through by
16-
// CDK
1714
new CfnInclude(this, 'YamlTemplate', {
1815
templateFile: yamlTemplateFilePath,
1916
});

0 commit comments

Comments
 (0)