diff --git a/apps/server-asset-sg/src/features/asset-edit/asset-edit.repo.ts b/apps/server-asset-sg/src/features/asset-edit/asset-edit.repo.ts index b8a14516..008e7ca3 100644 --- a/apps/server-asset-sg/src/features/asset-edit/asset-edit.repo.ts +++ b/apps/server-asset-sg/src/features/asset-edit/asset-edit.repo.ts @@ -120,7 +120,6 @@ export class AssetEditRepo implements Repo { // Update the asset. // For any relation, delete the existing records, and insert the updated ones. - console.log(O.toUndefined(data.patch.assetMainId)); await this.prismaService.asset.update({ where: { assetId: id }, data: {