refactor: remove unnecessary console log

This commit is contained in:
Shrihari Mahabal 2026-03-31 12:52:15 +05:30
parent bedb08485e
commit 271f179b00

View file

@ -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)