Bug fix: remove properties print from fetchZenodoInformation.class.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@53978 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2018-11-26 16:08:02 +00:00
parent 8c23ffc411
commit 6f4fbc54e5
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ export class FetchZenodoInformation {
var CommunityIds = result;
var totalResults = CommunityIds.length;
if(totalResults > 0) {
console.info(properties);
console.info("shareInZenodoPage: "+properties.shareInZenodoPage);
zenodoInformation.shareInZenodoUrl = properties.shareInZenodoPage+communityId;
}
},