Remove old code

This commit is contained in:
Toby Zerner 2015-08-02 17:22:18 +09:30
parent 5b894dfade
commit 3e7ddb96e1

View File

@ -37,7 +37,6 @@ export default class CommentPost extends Post {
this.postUser = new PostUser({post: this.props.post});
this.subtree.check(
() => this.postUser.cardVisible,
() => this.props.post.editedContent,
() => this.isEditing()
);
}