Remove an unused call
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@53952 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
2711d14f2f
commit
8753c5fd2b
|
@ -113,7 +113,6 @@ export class SubscribeComponent {
|
|||
} else {
|
||||
if(!this.subscribed){
|
||||
this.subscribed = true;
|
||||
this.composeEmailToInformManagers(this.community.title, this.communityId, this.community.managers);
|
||||
this._emailService.sendEmail("http://duffy.di.uoa.gr:8080/uoa-admin-tools/notifyForNewSubscribers/"+ this.communityId, this.composeEmailToInformManagers(this.community.title, this.communityId, this.community.managers)).subscribe(
|
||||
res => {
|
||||
console.log("The email has been sent successfully!")
|
||||
|
|
Loading…
Reference in New Issue