diff --git a/packages/core/src/codewhispererChat/controllers/chat/controller.ts b/packages/core/src/codewhispererChat/controllers/chat/controller.ts index 4dd0534645a..38788354ea9 100644 --- a/packages/core/src/codewhispererChat/controllers/chat/controller.ts +++ b/packages/core/src/codewhispererChat/controllers/chat/controller.ts @@ -884,7 +884,6 @@ export class ChatController { relativePath: context.route?.[1] || '', }) relativePaths.push(context.route[1]) - console.log(context.route[1]) } } if (contextCommands.length === 0) {