Remove the debugger from the material_request.js

This commit is contained in:
Manas Solanki 2018-05-21 17:27:01 +05:30 committed by GitHub
parent 734b874f3e
commit a96421279d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,6 @@ frappe.ui.form.on('Material Request', {
$.each(r.message, function(k, v) {
if(!d[k]) d[k] = v;
});
debugger
}
}
});