diff --git a/contrib/fb_example.module b/contrib/fb_example.module
index 214d422..1815423 100644
--- a/contrib/fb_example.module
+++ b/contrib/fb_example.module
@@ -136,7 +136,9 @@ function fb_example_comment(&$a1, $op) {
     $comment_url = url('node/' . $a1['nid'], array('absolute' => TRUE, 'fragment' => 'comment-' . $a1['cid']));
 
     if ($a1['stream_publish']) {
-      $node = node_load($a1['nid']);
+      // Only need to load this node if we want to use it in
+      // $attachment['properties'] below.
+      // $node = node_load($a1['nid']);
 
       // http://wiki.developers.facebook.com/index.php/Attachment_(Streams)
       $attachment = array(
