mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
fix(client): remove redundant log
This commit is contained in:
parent
09cc487e68
commit
dd622f399a
@ -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}`);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user