Dev cleanup

This commit is contained in:
Charles-Henri Decultot
2018-12-12 14:33:52 +00:00
parent eae7424984
commit 57c6b49d1a

View File

@@ -206,7 +206,6 @@ erpnext.accounts.bankTransactionSync = class bankTransactionSync {
freeze: true freeze: true
}) })
.then((result) => { .then((result) => {
console.log(result)
let result_title = (result.length > 0) ? __("{0} bank transaction(s) created", [result.length]) : __("This bank account is already synchronized") let result_title = (result.length > 0) ? __("{0} bank transaction(s) created", [result.length]) : __("This bank account is already synchronized")
let result_msg = ` let result_msg = `
<div class="text-center"> <div class="text-center">
@@ -305,7 +304,6 @@ erpnext.accounts.plaidLink = class plaidLink {
bank: result, company: me.company}) bank: result, company: me.company})
}) })
.then((result) => { .then((result) => {
console.log(result)
frappe.show_alert({message:__("Bank accounts added"), indicator:'green'}); frappe.show_alert({message:__("Bank accounts added"), indicator:'green'});
}) })
}, __("Select a company"), __("Continue")); }, __("Select a company"), __("Continue"));
@@ -317,7 +315,6 @@ erpnext.accounts.ReconciliationTool = class ReconciliationTool extends frappe.vi
constructor(opts) { constructor(opts) {
super(opts); super(opts);
this.show(); this.show();
console.log(this)
} }
setup_defaults() { setup_defaults() {