diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/sandbox_command.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/sandbox_command.js b/scripts/sandbox_command.js index d115f97f..a469c81a 100644 --- a/scripts/sandbox_command.js +++ b/scripts/sandbox_command.js @@ -63,13 +63,6 @@ if (!geminiSandbox) { geminiSandbox = process.env.GEMINI_SANDBOX; } -if (process.env.GEMINI_CODE_SANDBOX) { - console.warn( - 'WARNING: GEMINI_CODE_SANDBOX is deprecated. Use GEMINI_SANDBOX instead.', - ); - geminiSandbox = process.env.GEMINI_CODE_SANDBOX; -} - geminiSandbox = (geminiSandbox || '').toLowerCase(); const commandExists = (cmd) => { |
