chore: remove the console.log

This commit is contained in:
Ahmed Bouhuolia
2024-06-06 18:44:19 +02:00
parent 10fcf94c92
commit 708a4dda9e

View File

@@ -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);
}
}