cleanup of old code which used notecase formatting

This commit is contained in:
azivner
2017-09-27 00:04:50 -04:00
parent b30bc19bd2
commit 50b61d30f0
5 changed files with 23 additions and 251 deletions

View File

@@ -11,7 +11,6 @@ function convertNoteToHtml(noteId, failedNotes) {
return;
}
note.detail.note_text = notecase2html(note);
note.formatting = [];
for (const link of note.links) {