Skip to content

Commit e6c3101

Browse files
dhasani23David Hasani
andauthored
refactor(amazonq): remove unused strings (#6329)
## Problem Have 2 unused strings ## Solution Remove them --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license. Co-authored-by: David Hasani <[email protected]>
1 parent 4465d16 commit e6c3101

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -731,11 +731,6 @@ export const linkToDocsHome = 'https://docs.aws.amazon.com/amazonq/latest/aws-bu
731731

732732
export const linkToBillingInfo = 'https://aws.amazon.com/q/developer/pricing/'
733733

734-
export const linkToUploadZipTooLarge =
735-
'https://docs.aws.amazon.com/amazonq/latest/aws-builder-use-ug/troubleshooting-code-transformation.html#project-size-limit'
736-
737-
export const linkToDownloadZipTooLarge = ''
738-
739734
export const dependencyFolderName = 'transformation_dependencies_temp_'
740735

741736
export const cleanInstallErrorChatMessage = `Sorry, I couldn\'t run the Maven clean install command to build your project. For more information, see the [Amazon Q documentation](${codeTransformTroubleshootMvnFailure}).`

0 commit comments

Comments
 (0)