[Trunk | Library]: searchPage.component.ts: Remove a console.log message.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56882 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2019-08-08 11:19:45 +00:00
parent 390ab2b072
commit e03d75cb51
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ export class SearchPageComponent {
}
ngOnInit() {
console.log(this.filters)
this.route.data
.subscribe((data: { envSpecific: EnvProperties }) => {
this.properties = data.envSpecific;