Skip to content

Commit 4f02de3

Browse files
committed
fix dead code
1 parent eb22c33 commit 4f02de3

File tree

1 file changed

+0
-2
lines changed
  • packages/vscode-extension/src/ai/mcp

1 file changed

+0
-2
lines changed

packages/vscode-extension/src/ai/mcp/api.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ const BACKEND_URL = "https://radon-ai-backend.swmansion.com/";
88

99
export const AI_API_PLACEHOLDER_ID = "3241"; // This placeholder is needed by the API, but the value doesn't matter
1010

11-
export const AI_LOG = "[AI]";
12-
1311
export class ServerUnreachableError extends Error {
1412
constructor(message: string, cause: Error) {
1513
super(message, { cause });

0 commit comments

Comments
 (0)