mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01: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);
|
let type = resolveNoteType(noteMeta?.type);
|
||||||
console.log("Resolved note type is ", noteMeta?.type, resolveNoteType(noteMeta?.type));
|
|
||||||
|
|
||||||
if (type !== 'file' && type !== 'image') {
|
if (type !== 'file' && type !== 'image') {
|
||||||
content = content.toString("utf-8");
|
content = content.toString("utf-8");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user