mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
fix: remove console.logs 🤦
This commit is contained in:
parent
735bf3f830
commit
9339efe951
@ -25,7 +25,6 @@ async function importAccounts(children, parentAccount, rootType, rootAccount) {
|
||||
const { accountType, accountNumber } = child;
|
||||
const accountName = getAccountName(rootName, accountNumber);
|
||||
const isGroup = identifyIsGroup(child);
|
||||
console.log('inserting account: ', accountName);
|
||||
const doc = frappe.newDoc({
|
||||
doctype: 'Account',
|
||||
name: accountName,
|
||||
|
@ -87,7 +87,6 @@ async function setupChartOfAccounts(bankName, country) {
|
||||
method: 'import-coa',
|
||||
});
|
||||
const parentAccount = await getBankAccountParentName(country);
|
||||
console.log('parent account gonna be', parentAccount, ` for ${country} `);
|
||||
const docObject = {
|
||||
doctype: 'Account',
|
||||
name: bankName,
|
||||
|
Loading…
Reference in New Issue
Block a user