- Removed unused code

This commit is contained in:
2018-05-29 19:27:48 -04:00
parent 54dd243ce4
commit d3fe1e3a6d

View File

@@ -53,7 +53,6 @@ export class ProfileService {
.map(res => res.json())
.subscribe(
data => {
this.idMap =
this.profiles = this.profiles || {};
this.profiles[type] = data;
this.profiles[type].reduce((map, profile, i) => {