fix: removed console

This commit is contained in:
Jannat Patel 2022-03-17 16:55:14 +05:30
parent d5a7cd88e4
commit bbcb99d65d

View file

@ -141,7 +141,6 @@ export default class WebFormList {
empty_state.classList.add("no-result", "text-muted", "flex", "justify-center", "align-center");
frappe.has_permission(this.doctype, "", "create", () => {
console.log(this)
new_button = `<a class="btn btn-primary btn-sm btn-new-doc hidden-xs" href="${window.location.pathname}?new=1">
${__("Create a new {0}", [__(this.doctype)])}
</a>`;