diff --git a/apps/client/src/widgets/view_widgets/table_view/data.ts b/apps/client/src/widgets/view_widgets/table_view/data.ts index 1cc8b19e7..fd667ca0a 100644 --- a/apps/client/src/widgets/view_widgets/table_view/data.ts +++ b/apps/client/src/widgets/view_widgets/table_view/data.ts @@ -110,7 +110,6 @@ export function buildColumnDefinitions(info: PromotedAttributeInformation[]) { formatter: () => ``, 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}`); }