Revert "toggle hidden comment with arrow left or h"

This reverts commit 66bc9f5667.
This commit is contained in:
Tobin
2015-04-03 23:31:47 -05:00
parent 2f4f706d0c
commit db7f2f9fd7
2 changed files with 1 additions and 9 deletions

View File

@@ -229,10 +229,6 @@ class SubmissionContent(BaseContent):
else:
raise ValueError('% type not recognized' % data['type'])
def is_hidden_comment(self, index):
data = self.get(index)
return data['type'] == 'HiddenComment'
class SubredditContent(BaseContent):