Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
TIL-EBP committed Nov 6, 2024
1 parent 4f1fe37 commit 7327deb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ export class AssetEditRepo implements Repo<AssetEditDetail, number, AssetEditDat
await this.prismaService.$transaction(async () => {
// 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: {
Expand Down

0 comments on commit 7327deb

Please sign in to comment.