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