Skip to content

Commit 56f1a29

Browse files
leigaolkaranA-aws
authored andcommitted
refactor(amazonq): remove dead code aws#6218
1 parent d08622d commit 56f1a29

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/core/src/amazonq/lsp/lspController.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,6 @@ export class LspController {
372372
})
373373
} finally {
374374
this._isIndexingInProgress = false
375-
const repomapFile = await LspClient.instance.getRepoMapJSON()
376-
// console.log(repomapFile)
377-
getLogger().info(`File path ${repomapFile}`)
378375
}
379376
}
380377

0 commit comments

Comments
 (0)