refactor: remove log

This commit is contained in:
Ejaaz Khan
2025-02-05 00:09:16 +05:30
parent fb3f08a441
commit bfc01441a0

View File

@@ -2518,8 +2518,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) {