refactor: remove debugging statement
This commit is contained in:
parent
42c104fa76
commit
ca67a12e0f
1 changed files with 0 additions and 1 deletions
|
|
@ -431,7 +431,6 @@ frappe.ui.form.on("User Role Profile", {
|
|||
},
|
||||
role_profiles_remove: function (frm) {
|
||||
if (frm.doc.role_profiles.length == 0) {
|
||||
console.log(frm.doc.role_profiles.length == 0);
|
||||
frm.roles_editor.disable = 0;
|
||||
frm.roles_editor.show();
|
||||
$(".deselect-all, .select-all").prop("disabled", false);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue