commit fcf4d2a854b05c63a845468e3d18fa9f87f2df60
Author: Chris Burgess <chris@giantrobot.co.nz>
Date:   Sun Jul 15 03:37:16 2012 +1200

    Issue #1054494.

diff --git a/contrib/fb_permission.module b/contrib/fb_permission.module
index bbc89b9..6188062 100644
--- a/contrib/fb_permission.module
+++ b/contrib/fb_permission.module
@@ -90,7 +90,7 @@ function fb_permission_fb($op, $data, &$return) {
 
       // Haven't figured out how to make this work.
       //$return['fb_permission'] = "FB.ui({method:'oauth',scope:$perm_string}, function(response){debugger;});";
-      dpm($return);
+      //dpm($return);
     }
   }
 }
diff --git a/fb.module b/fb.module
index c2d512a..5396698 100644
--- a/fb.module
+++ b/fb.module
@@ -468,7 +468,7 @@ function fb_vars() {
 
   // debugging
   if (!empty($GLOBALS['_fb_app']) && !$GLOBALS['_fb_app']->id) {
-    dpm($GLOBALS['_fb_app'], __FUNCTION__);
+    //dpm($GLOBALS['_fb_app'], __FUNCTION__);
   }
 
   return array(
diff --git a/fb_graph.module b/fb_graph.module
index f96807d..5fafc6a 100644
--- a/fb_graph.module
+++ b/fb_graph.module
@@ -342,10 +342,10 @@ function fb_graph_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) {
         if (user_access('access user profiles', drupal_anonymous_user())) {
           // @TODO also test author profile is active.
           fb_graph_set_tag('article:author', url('user/' . $node->uid, array('absolute' => TRUE)), FALSE);
-          dpm("set article:author!", __FUNCTION__);
+          //dpm("set article:author!", __FUNCTION__);
         }
         else
-          dpm("user_access returned false!");
+          //dpm("user_access returned false!");
       }
     }
   }
@@ -361,4 +361,4 @@ function fb_graph_user($op, &$edit, &$account, $category = NULL) {
       fb_graph_set_tag('profile:username', $account->name, FALSE);
     }
   }
-}
\ No newline at end of file
+}
diff --git a/fb_user.module b/fb_user.module
index ff23c6c..acbeaaf 100644
--- a/fb_user.module
+++ b/fb_user.module
@@ -515,7 +515,6 @@ function _fb_user_button_text($form_id) {
  * Implements hook_form_alter().
  */
 function fb_user_form_alter(&$form, &$form_state, $form_id) {
-  dpm(func_get_args(), __FUNCTION__);
   if (isset($form['fb_app_data'])) {
     // Add our settings to the fb_app edit form.
     module_load_include('inc', 'fb_user', 'fb_user.admin');
@@ -568,7 +567,6 @@ function fb_user_form_alter(&$form, &$form_state, $form_id) {
 
         // Include $fb_user in form, so other modules can custom form_alter.
         $data = _fb_user_facebook_data($fb);
-        dpm($data, __FUNCTION__);
         $form['fb_user']['#fb_user'] = $data;
         if ($form_id == 'user_register_form') {
           if ($data) {
