Skip to content

Commit 570ec6b

Browse files
author
David Hasani
committed
remove comment
1 parent 6c7fdfe commit 570ec6b

File tree

1 file changed

+0
-1
lines changed
  • packages/core/src/codewhisperer/models

1 file changed

+0
-1
lines changed

packages/core/src/codewhisperer/models/model.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,6 @@ export class ZipManifest {
682682
version: string = '1.0'
683683
hilCapabilities: string[] = ['HIL_1pDependency_VersionUpgrade']
684684
transformCapabilities: string[] = ['EXPLAINABILITY_V1', 'SELECTIVE_TRANSFORMATION_V2', 'CLIENT_SIDE_BUILD', 'IDE']
685-
// TODO: make sure the below keys don't mess up SQL conversions when present
686685
noInteractiveMode: boolean = true
687686
dependencyUpgradeConfigFile?: string = undefined
688687
compilationsJsonFile: string = 'compilations.json'

0 commit comments

Comments
 (0)