mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 13:34:30 +01:00
chore(client): remove redundant log
This commit is contained in:
parent
398329a219
commit
5bcdce72ef
@ -202,7 +202,6 @@ export default function EditableText({ note, parentComponent, ntxId, noteContext
|
||||
const customDateTimeFormat = options.get("customDateTimeFormat");
|
||||
const dateString = utils.formatDateTime(date, customDateTimeFormat);
|
||||
|
||||
console.log("Insert text ", ntxId, eventNtxId, dateString);
|
||||
addTextToEditor(dateString);
|
||||
});
|
||||
useTriliumEvent("addTextToActiveEditor", ({ text }) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user