From 8ff718249eff94fae5741a49086475be887d817a Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Mon, 24 Feb 2020 12:06:25 +0530 Subject: [PATCH] fix: Linting Errors --- .../chart_of_accounts_importer/chart_of_accounts_importer.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.js b/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.js index 93a4180a30a..92358c9af27 100644 --- a/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.js +++ b/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.js @@ -31,7 +31,7 @@ frappe.ui.form.on('Chart of Accounts Importer', { { file_type: frm.doc.file_type } - ) + ); }, import_file: function (frm) { @@ -93,7 +93,6 @@ var create_import_button = function(frm) { freeze: true, freeze_message: __("Creating Accounts..."), callback: function(r) { - console.log(r, '###########'); if(!r.exc) { clearInterval(frm.page["interval"]); frm.page.set_indicator(__('Import Successfull'), 'blue');