Skip to content

Commit

Permalink
#99 remove debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh4kE committed Dec 13, 2016
1 parent 83bf949 commit af2f0d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/views/ofm/stadium_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ def get(self, request, *args, **kwargs):
harmonic_strength = self._get_harmonic_strength()
tolerance = self._get_tolerance()

print(harmonic_strength, tolerance)

matches = Match.objects.filter(user=self.request.user).order_by('matchday')
filtered_matches = [match for match in matches if
harmonic_strength - tolerance <= match.harmonic_strength <= harmonic_strength + tolerance]
Expand Down

0 comments on commit af2f0d4

Please sign in to comment.