Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b6cc272

Browse files
committedSep 11, 2015
cleanup
1 parent 5fe4914 commit b6cc272

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed
 

‎app/directives/profile-widget/profile-widget.directive.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
},
1515
link: function(scope, elem, attrs) {
1616
scope.DOMAIN = CONSTANTS.domain;
17-
console.log('profile');
18-
console.log(scope.profile);
1917

2018
scope.$watch('editProfileLink', function(newValue, oldValue, scope) {
2119
if (newValue) {

‎app/profile/profile.controller.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
vm.statsPromise = ProfileService.getUserStats(vm.userHandle).then(function(stats) {
3131
vm.stats = stats;
3232
vm.profile.tracks = vm.profile.tracks || ProfileService.getTracks(vm.stats) || [];
33-
console.log('tracks: ' + profile.tracks)
3433
vm.numProjects = vm.stats.challenges;
3534
vm.numWins = vm.stats.wins;
3635
vm.categories = ProfileService.getRanks(vm.stats);

‎app/profile/profile.jade

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
21
ui-view(ng-cloak)

0 commit comments

Comments
 (0)
This repository has been archived.