diff --git a/main.ts b/main.ts index 36d4982..3785e1e 100644 --- a/main.ts +++ b/main.ts @@ -80,11 +80,8 @@ export default class SmartMemosPlugin extends Plugin { this.registerMarkdownPostProcessor((el: HTMLElement, ctx: MarkdownPostProcessorContext) => { const audioLinks = el.querySelectorAll('a.internal-link[data-href$=".wav"]'); - console.log('audio links: ', audioLinks); audioLinks.forEach(link => { - console.log('linksss'); - const href = link.getAttribute('data-href'); if (href === null) { console.error('Failed to get the href attribute from the link element.'); diff --git a/manifest.json b/manifest.json index 6c4d58d..b6e39ee 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "smart-memos", "name": "Smart Memos", - "version": "1.1.7", + "version": "1.1.8", "minAppVersion": "0.15.0", "description": "Create personalized and intelligent analysis, summaries, and more for audio recordings that can be imported or spoken directly into a note", "author": "Evan Moscoso", diff --git a/package.json b/package.json index 694b805..6699f4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-memos", - "version": "1.1.7", + "version": "1.1.8", "description": "Create personalized and intelligent analysis, summaries, and more for audio recordings that can be imported or spoken directly into a note", "main": "main.js", "scripts": {