File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -470,8 +470,9 @@ export class ConsoleView extends UI.Widget.VBox implements
470470
471471 ConsoleView . appendSettingsCheckboxToToolbar (
472472 settingsToolbarRight , monitoringXHREnabledSetting , i18nString ( UIStrings . logXMLHttpRequests ) ) ;
473- ConsoleView . appendSettingsCheckboxToToolbar (
474- settingsToolbarRight , 'console-eager-eval' , i18nString ( UIStrings . eagerlyEvaluateTextInThePrompt ) ) ;
473+ // TODO(T225263604): Restore this setting
474+ // ConsoleView.appendSettingsCheckboxToToolbar(
475+ // settingsToolbarRight, 'console-eager-eval', i18nString(UIStrings.eagerlyEvaluateTextInThePrompt));
475476 ConsoleView . appendSettingsCheckboxToToolbar (
476477 settingsToolbarRight , this . consoleHistoryAutocompleteSetting , i18nString ( UIStrings . autocompleteFromHistory ) ) ;
477478 ConsoleView . appendSettingsCheckboxToToolbar (
You can’t perform that action at this time.
0 commit comments