Skip to content

Commit df83744

Browse files
committed
remove log
1 parent a5300a5 commit df83744

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export default class SimpleEmbedsPlugin extends Plugin {
4444
async onload() {
4545
console.log(`Loading ${this.manifest.name} v${this.manifest.version}`);
4646
await this.loadSettings();
47-
console.log(this.settings);
4847
this.addSettingTab(new SimpleEmbedPluginSettingTab(this.app, this));
4948

5049
this.currentTheme = this._getCurrentTheme();

0 commit comments

Comments
 (0)