[trunk]: Explore: bug fixes for previous commit (remove logs)

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54779 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2019-02-14 10:52:06 +00:00
parent c96508cc15
commit f980a6cbe3
3 changed files with 4 additions and 4 deletions

View File

@ -342,7 +342,7 @@ export class OrganizationComponent {
console.log("Error downloading the file."); console.log("Error downloading the file.");
this.closeLoading(); this.closeLoading();
this.confirmOpenCsvError(); this.confirmOpenCsvError();
};/*, });/*,
() => console.log('Completed file download.'));*/ () => console.log('Completed file download.'));*/
} }
@ -442,7 +442,7 @@ export class OrganizationComponent {
console.log("Error downloading the file."); console.log("Error downloading the file.");
this.closeLoading(); this.closeLoading();
this.confirmOpenCsvError(); this.confirmOpenCsvError();
};/*, }/*,
() => console.log('Completed file download.')*/ () => console.log('Completed file download.')*/
); );
} }

View File

@ -398,7 +398,7 @@ actionsAfterGettingProjectInfo(){
console.log("Error downloading the file."); console.log("Error downloading the file.");
this.closeLoading(); this.closeLoading();
this.confirmOpenCsvError(); this.confirmOpenCsvError();
};/*, }/*,
() => console.log('Completed file download.')*/ () => console.log('Completed file download.')*/
); );
} }

View File

@ -124,7 +124,7 @@ export class SearchDownloadComponent {
//newWindow.close(); //newWindow.close();
this.closeLoading(); this.closeLoading();
this.confirmOpenCsvError(); this.confirmOpenCsvError();
};/*, }/*,
() => { () => {
console.log('Completed file download.'); console.log('Completed file download.');
//setTimeout(function(){ newWindow.close(); }, 500); //setTimeout(function(){ newWindow.close(); }, 500);