mirror of
https://github.com/d0zingcat/obsidian-send-to-ghost.git
synced 2026-06-04 07:36:45 +00:00
API URL is no longer logged when changed
This commit is contained in:
@@ -34,7 +34,6 @@ export class SettingTab extends PluginSettingTab {
|
||||
.setPlaceholder("https://ghost.org")
|
||||
.setValue(this.plugin.settings.url)
|
||||
.onChange(async (value) => {
|
||||
console.log("API URL: " + value);
|
||||
this.plugin.settings.url = value;
|
||||
await this.plugin.saveSettings();
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user