Remove unneeded code. (#3467)

Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
Tommaso Sciortino
2025-07-07 12:35:29 -07:00
committed by GitHub
parent 7cc84cd6af
commit 2b135d0e9e
2 changed files with 0 additions and 2 deletions

View File

@@ -39,7 +39,6 @@ export interface HttpOptions {
headers?: Record<string, string>;
}
// TODO: Use production endpoint once it supports our methods.
export const CODE_ASSIST_ENDPOINT = 'https://cloudcode-pa.googleapis.com';
export const CODE_ASSIST_API_VERSION = 'v1internal';