diff --git a/modules/node.views.inc b/modules/node.views.inc
index ebba3d3..91204d1 100644
--- a/modules/node.views.inc
+++ b/modules/node.views.inc
@@ -673,11 +673,6 @@ function node_row_node_view_preprocess_node(&$vars) {
   $node = $vars['node'];
   $options = $vars['view']->style_plugin->row_plugin->options;
 
-  // Prevent the comment form from showing up if this is not a page display.
-  if ($vars['view_mode'] == 'full' && !$vars['view']->display_handler->has_path()) {
-    $node->comment = FALSE;
-  }
-
   if (!$options['links']) {
     unset($vars['content']['links']);
   }
