Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c39e73b

Browse files
committed
cleanup
1 parent db2bb49 commit c39e73b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/profile/subtrack/subtrack.controller.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@
8080
reliability = reliability[0];
8181
reliability.link = 'http://community.' + vm.domain + '/tc?module=ReliabilityDetail&pt=2&cr=' + profileVm.profile.userId;
8282
}
83-
console.log('sts')
84-
console.log(vm.subTrackStats)
8583
var mustHaveMetrics = ["rank", "rating", "reliability"];
8684
// check if rating, rank & reliability are all set
8785
var _filteredObjs = _.filter(vm.subTrackStats, function(k) { return _.indexOf(mustHaveMetrics, k.label) > -1});

0 commit comments

Comments
 (0)