delete debug log

This commit is contained in:
duanfuxiang
2025-01-07 14:22:56 +08:00
parent 0f42ce3b80
commit cd172e371d
8 changed files with 12 additions and 32 deletions

View File

@@ -17,7 +17,6 @@ abstract class State implements EventHandler {
handleSettingChanged(settings: InfioSettings): void {
const settingErrors = checkForErrors(settings);
console.log(settingErrors);
if (!settings.autocompleteEnabled) {
new Notice("Copilot is now disabled.");
this.context.transitionToDisabledManualState()