|
|
@@ -188,7 +188,6 @@ export class InvestmentProposalReviewComponent implements OnInit {
|
|
|
if (this.general != undefined) {
|
|
|
this.subject = this.general.asunto;
|
|
|
this.investmentName = this.general.name;
|
|
|
- console.log(this.complement);
|
|
|
this.comment = this.complement.comentarios;
|
|
|
this.justification = this.complement.justificacion;
|
|
|
|