diff --git a/cloudflare.module b/cloudflare.module
index cced2fa..74d2f25 100755
--- a/cloudflare.module
+++ b/cloudflare.module
@@ -85,7 +85,7 @@ function cloudflare_form_comment_admin_overview_submit($form, &$form_state) {
         switch($operation) 
         {
           case 'cloudflare_ban_ip':
-            dpm($operation);
+            //dpm($operation);
             _cloudflare_ban_comment($cid, FALSE);
             break;
           case 'cloudflare_ban_ip_delete':
@@ -525,4 +525,5 @@ function _cidr_match($ip, $range) {
     $mask = -1 << (32 - $bits);
     $subnet &= $mask; # nb: in case the supplied subnet wasn't correctly aligned
     return ($ip & $mask) == $subnet;
-}
\ No newline at end of file
+}
+
