From 5876ee30ed9a382a3a0d97da62f01cd3b346c7ee Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Sun, 2 Aug 2015 17:22:18 +0930 Subject: [PATCH] Remove old code --- js/forum/src/components/CommentPost.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/forum/src/components/CommentPost.js b/js/forum/src/components/CommentPost.js index 487b285a8..f0907a155 100644 --- a/js/forum/src/components/CommentPost.js +++ b/js/forum/src/components/CommentPost.js @@ -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() ); }