diff --git a/src/app/communities/communities.service.ts b/src/app/communities/communities.service.ts index 6781b08..eba353f 100644 --- a/src/app/communities/communities.service.ts +++ b/src/app/communities/communities.service.ts @@ -2,7 +2,7 @@ import { Injectable } from '@angular/core'; import { Http, Response, Headers, RequestOptions } from '@angular/http'; import { Observable } from 'rxjs/Rx'; -import { CommunityInfo } from './communityInfo'; +import { CommunityInfo } from '../utils/communityInfo'; @Injectable() export class CommunitiesService { diff --git a/src/app/community/community.component.ts b/src/app/community/community.component.ts index e342bd0..3a8eef3 100644 --- a/src/app/community/community.component.ts +++ b/src/app/community/community.component.ts @@ -70,7 +70,6 @@ export class CommunityComponent { this._communityService.getNumberOfPublications().subscribe( publicationTotal => { this.publicationTotal = publicationTotal; - //console.log(publications); }); this._communityService.getNumberOfResearchData().subscribe(