fix(client): remove redundant log

pull/273/head
Elian Doran 2024-12-21 20:46:20 +07:00
parent 09cc487e68
commit dd622f399a
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

@ -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}`);