Removed logs

This commit is contained in:
SepehrYahyaee
2026-05-30 17:15:35 +03:30
parent 84b752c6cc
commit 768d6d12fe

View File

@@ -1124,7 +1124,6 @@ export class RequestManagementService {
nationalCodeOfInsurer: body.nationalCodeOfInsurer,
plate: body.plate,
});
console.log(carBodyInfo);
(party.insurance as any).carBodyInsurance = carBodyInfo;
}