--- node_content.inc.orig	2009-09-02 16:41:39.000000000 -0400
+++ node_content.inc	2009-09-02 16:42:26.000000000 -0400
@@ -81,15 +81,6 @@ function ctools_node_content_render_node
   // Remove the delimiter (if any) that separates the teaser from the body.
   $node->body = str_replace('<!--break-->', '', $node->body);
 
-  // The 'view' hook can be implemented to overwrite the default function
-  // to display nodes.
-  if (node_hook($node, 'view')) {
-    $node = node_invoke($node, 'view', $conf['teaser'], $conf['page']);
-  }
-  else {
-    $node = node_prepare($node, $conf['teaser']);
-  }
-
   if (empty($conf['no_extras'])) {
     // Allow modules to make their own additions to the node.
     node_invoke_nodeapi($node, 'view', $conf['teaser'], $conf['page']);
