Removes unnecessary code.

This commit is contained in:
Diamantis Tziotzios 2019-03-26 18:10:19 +02:00
parent fcb7c6591f
commit dcf768f913
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ export class DmpCriteriaComponent extends BaseCriteriaComponent implements OnIni
});
dialogRef.afterClosed().pipe(takeUntil(this._destroyed)).subscribe(result => {
if (result && result.success) {
console.log(result.fileList[0]);
this.dmpService.uploadXml(result.fileList, result.dmpTitle)
.pipe(takeUntil(this._destroyed))
.subscribe();