mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
fix(client): remove redundant log
This commit is contained in:
@@ -222,7 +222,6 @@ export default class CalendarWidget extends RightDropdownButtonWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async createMonth() {
|
async createMonth() {
|
||||||
console.log(new Error());
|
|
||||||
const month = utils.formatDateISO(this.date).substr(0, 7);
|
const month = utils.formatDateISO(this.date).substr(0, 7);
|
||||||
const dateNotesForMonth = await server.get(`special-notes/notes-for-month/${month}`);
|
const dateNotesForMonth = await server.get(`special-notes/notes-for-month/${month}`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user