mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
chore: remove the console.log
This commit is contained in:
@@ -401,7 +401,6 @@ export default class GeneralLedgerSheet extends R.compose(
|
|||||||
* @return {IGeneralLedgerSheetAccount[]}
|
* @return {IGeneralLedgerSheetAccount[]}
|
||||||
*/
|
*/
|
||||||
public reportData(): IGeneralLedgerSheetAccount[] {
|
public reportData(): IGeneralLedgerSheetAccount[] {
|
||||||
console.log(this.repository.accounts);
|
|
||||||
return this.accountsWalker(this.repository.accounts);
|
return this.accountsWalker(this.repository.accounts);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user