fix(client): remove redundant log

This commit is contained in:
Elian Doran 2024-12-21 20:46:20 +02:00
parent 09cc487e68
commit dd622f399a
No known key found for this signature in database

View File

@ -222,7 +222,6 @@ export default class CalendarWidget extends RightDropdownButtonWidget {
}
async createMonth() {
console.log(new Error());
const month = utils.formatDateISO(this.date).substr(0, 7);
const dateNotesForMonth = await server.get(`special-notes/notes-for-month/${month}`);