mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 04:10:32 +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[]}
|
||||
*/
|
||||
public reportData(): IGeneralLedgerSheetAccount[] {
|
||||
console.log(this.repository.accounts);
|
||||
return this.accountsWalker(this.repository.accounts);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user