mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
chore(views/table): remove unnecessary log
This commit is contained in:
@@ -110,7 +110,6 @@ export function buildColumnDefinitions(info: PromotedAttributeInformation[]) {
|
||||
formatter: () => `<span class="bx bx-window-open"></span>`,
|
||||
cellClick: (e, cell) => {
|
||||
const noteId = cell.getRow().getCell("noteId").getValue();
|
||||
console.log("Got note ID", noteId);
|
||||
if (noteId) {
|
||||
link.goToLinkExt(e as MouseEvent, `#root/${noteId}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user