[Trunk | Connect]: 1. subscribe.component.ts: Remove unnecessary prints. 2. searchCommunities.component.ts: a. [Bug fix - sometimes on 1st load] Remove data binding for 'sort' in <new-search-page>. b. [Bug fix - no results on 1st load] Remove data binding for 'filters' in <new-search-page>. c. Add field 'private userFilterLoaded:boolean = false;' to init all filters correctly when user is logged in.
[Trunk | Connect]:
1. subscribe.component.ts: Remove unnecessary prints.
2. searchCommunities.component.ts:
a. [Bug fix - sometimes on 1st load] Remove data binding for 'sort' in <new-search-page>.
b. [Bug fix - no results on 1st load] Remove data binding for 'filters' in <new-search-page>.
c. Add field 'private userFilterLoaded:boolean = false;' to init all filters correctly when user is logged in.