mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
server: Remove log and fix whitespace
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user