Skip to content

Commit

Permalink
Merge pull request #302 from Deimos/patch-1
Browse files Browse the repository at this point in the history
Remove score property from Comment
  • Loading branch information
bboe committed Jun 18, 2014
2 parents d2ebeaa + 7875be1 commit 1382fd0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions praw/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,11 +557,6 @@ def replies(self):
# pylint: enable-msg=W0212
return self._replies

@property
def score(self):
"""Return the comment's score."""
return self.ups - self.downs

@property
def submission(self):
"""Return the submission object this comment belongs to."""
Expand Down

0 comments on commit 1382fd0

Please sign in to comment.