diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index ba08ffe4bb0..81a8a617e64 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -2483,8 +2483,6 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe } payment_terms_template() { - console.log("payment_terms_template outside"); - var me = this; const doc = this.frm.doc; if(doc.payment_terms_template && doc.doctype !== 'Delivery Note' && !doc.is_return) {