From 37178bc04c1153481998df9b43f7d7a5684b7e01 Mon Sep 17 00:00:00 2001 From: Maboroshy Date: Mon, 21 May 2018 22:30:13 +0300 Subject: [PATCH] Small fix --- epsilon-notes-tags/epsilon-notes-tags.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/epsilon-notes-tags/epsilon-notes-tags.qml b/epsilon-notes-tags/epsilon-notes-tags.qml index b21833f..cedcfec 100644 --- a/epsilon-notes-tags/epsilon-notes-tags.qml +++ b/epsilon-notes-tags/epsilon-notes-tags.qml @@ -137,7 +137,6 @@ Script { function noteToMarkdownHtmlHook(note, html) { if (note.noteText.substring(0, 4) == '---\n') { - script.log(html) // For ---/nYAML/n.../nNote text var yamlEndIndex = html.indexOf('\n...\n')