refactor: remove unnecessary console log
This commit is contained in:
parent
bedb08485e
commit
271f179b00
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ frappe.ui.Notifications = class Notifications {
|
|||
</span>`)
|
||||
.on("click", (e) => {
|
||||
e.stopImmediatePropagation();
|
||||
console.log("what");
|
||||
frappe.set_route("Form", "Notification Settings", frappe.session.user);
|
||||
})
|
||||
.appendTo(this.header_actions)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue