mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
server: Remove log and fix whitespace
This commit is contained in:
parent
d99cc11d8b
commit
606490a611
@ -462,7 +462,6 @@ async function importZip(taskContext: TaskContext, fileBuffer: Buffer, importRoo
|
||||
}
|
||||
|
||||
let type = resolveNoteType(noteMeta?.type);
|
||||
console.log("Resolved note type is ", noteMeta?.type, resolveNoteType(noteMeta?.type));
|
||||
|
||||
if (type !== 'file' && type !== 'image') {
|
||||
content = content.toString("utf-8");
|
||||
|
Loading…
x
Reference in New Issue
Block a user