mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
Remove logging line (#2284)
This commit is contained in:
@@ -23,8 +23,6 @@ async function getRenderedContent(note, options = {}) {
|
|||||||
if (type === 'text') {
|
if (type === 'text') {
|
||||||
const noteComplement = await froca.getNoteComplement(note.noteId);
|
const noteComplement = await froca.getNoteComplement(note.noteId);
|
||||||
|
|
||||||
console.log(noteComplement.content);
|
|
||||||
|
|
||||||
if (!utils.isHtmlEmpty(noteComplement.content)) {
|
if (!utils.isHtmlEmpty(noteComplement.content)) {
|
||||||
$renderedContent.append($('<div class="ck-content">').html(trim(noteComplement.content, options.trim)));
|
$renderedContent.append($('<div class="ck-content">').html(trim(noteComplement.content, options.trim)));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user