From 635890187a32dabcdf6662b4bb55f16ad2590ec8 Mon Sep 17 00:00:00 2001 From: Zlash65 Date: Fri, 7 Sep 2018 14:04:46 +0530 Subject: [PATCH] remove console statement --- erpnext/accounts/doctype/sales_invoice/sales_invoice.js | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.js b/erpnext/accounts/doctype/sales_invoice/sales_invoice.js index f73a303f2a..b2044ab093 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.js +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.js @@ -16,7 +16,6 @@ erpnext.accounts.SalesInvoiceController = erpnext.selling.SellingController.exte onload: function() { var me = this; this._super(); - console.log("class erpnext.accounts.SalesInvoiceController, onload this->", this); if(!this.frm.doc.__islocal && !this.frm.doc.customer && this.frm.doc.debit_to) { // show debit_to in print format