mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
chore: remove console.log
This commit is contained in:
@@ -21,7 +21,6 @@ export class ItemsImportable extends Importable {
|
||||
createDTO: IItemCreateDTO,
|
||||
trx?: Knex.Transaction<any, any[]>
|
||||
): Promise<void> {
|
||||
console.log(createDTO, tenantId, 'XX');
|
||||
await this.createItemService.createItem(tenantId, createDTO, trx);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user