mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 19:51:57 +08:00
Remove logging line (#2284)
This commit is contained in:
parent
e6af84df39
commit
a7d3dafcf1
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ async function getRenderedContent(note, options = {}) {
|
|||
if (type === 'text') {
|
||||
const noteComplement = await froca.getNoteComplement(note.noteId);
|
||||
|
||||
console.log(noteComplement.content);
|
||||
|
||||
if (!utils.isHtmlEmpty(noteComplement.content)) {
|
||||
$renderedContent.append($('<div class="ck-content">').html(trim(noteComplement.content, options.trim)));
|
||||
|
||||
|
|
Loading…
Reference in a new issue