Remove dead comments (#90)

This commit is contained in:
Jaana Dogan 2025-04-21 13:06:46 -07:00 committed by GitHub
parent baf39042c8
commit d4614619b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -7,7 +7,6 @@
import yargs from 'yargs/yargs';
import { hideBin } from 'yargs/helpers';
import process from 'node:process';
// Import server config logic
import {
Config,
loadEnvironment,
@ -75,6 +74,3 @@ export function loadCliConfig(): Config {
// TODO: load passthroughCommands from .env file
);
}
// The globalConfig export is problematic, CLI entry point (gemini.ts) should call loadCliConfig
// export const globalConfig = loadCliConfig(); // Remove or replace global export