mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-14 04:52:28 +08: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