We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5300a5 commit df83744Copy full SHA for df83744
main.ts
@@ -44,7 +44,6 @@ export default class SimpleEmbedsPlugin extends Plugin {
44
async onload() {
45
console.log(`Loading ${this.manifest.name} v${this.manifest.version}`);
46
await this.loadSettings();
47
- console.log(this.settings);
48
this.addSettingTab(new SimpleEmbedPluginSettingTab(this.app, this));
49
50
this.currentTheme = this._getCurrentTheme();
0 commit comments