[Trunk | Library]: community.service.ts & ISVocabularies.service.ts: Removed prints for debugging.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59156 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2020-07-21 13:50:31 +00:00
parent b0af2de1bc
commit 15d4fc5398
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ export class CommunityService {
}
getCommunityByService(properties: EnvProperties, url: string) {
console.debug("getCommunityByService");
this.promise = new Promise<any>(resolve => {
this.getCommunity(properties, url).subscribe(res => {
this.community.next(res);

View File

@ -136,7 +136,6 @@ export class ISVocabulariesService {
);
});
}
console.debug(this.provenanceActionVocabulary.getValue());
return this.provenanceActionVocabulary.getValue();
}