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

Commit 222fcb6

Browse files
committedJan 7, 2016
cleanup
1 parent 895367c commit 222fcb6

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
@@ -116,8 +116,6 @@
116116
vm.subTrackStats = UserStatsService.getIterableStats(vm.track, vm.subTrack, data);
117117
if (vm.track === 'DEVELOP') {
118118
var reliability = vm.subTrackStats.filter(function(stat) { return stat.label === 'reliability'; });
119-
console.log('yo')
120-
console.log(reliability)
121119
if (reliability.length > 0) {
122120
reliability = reliability[0];
123121
reliability.link = 'http://community.' + vm.domain + '/tc?module=ReliabilityDetail&pt=' + (vm.reliabilityMapping[vm.subTrack] || 2) + '&cr=' + profileVm.profile.userId;

0 commit comments

Comments
 (0)
This repository has been archived.