Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
agritheory committed Sep 11, 2023
1 parent 3734cb4 commit f82b590
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inventory_tools/public/js/uom_enforcement.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ function page_changed() {

function setup_uom_enforcement(frm) {
for (const [form_doctype, config] of Object.entries(frappe.uom_enforcement[frm.doc.doctype])) {
console.log(form_doctype)
// form setup
if (frm.doc.doctype == form_doctype) {
config.forEach(field => {
Expand Down

0 comments on commit f82b590

Please sign in to comment.