diff --git a/modules/comment/comment.pages.inc b/modules/comment/comment.pages.inc index 345b9ceb732fb814ccf2540b0294be21b19bee26..f1c9ca6aedd3ad34fe5eb4bc6c7382ba6f617dee 100644 --- a/modules/comment/comment.pages.inc +++ b/modules/comment/comment.pages.inc @@ -72,10 +72,6 @@ function comment_reply($node, $pid = NULL) { drupal_goto("node/$node->nid"); } } - // This is the case where the comment is in response to a node. Display the node. - elseif (user_access('access content')) { - $build['comment_node'] = node_view($node); - } // Should we show the reply box? if ($node->comment != COMMENT_NODE_OPEN) {