mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
Remove logging line (#2284)
This commit is contained in:
parent
e6af84df39
commit
a7d3dafcf1
@ -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)));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user