Skip to content
Snippets Groups Projects
Commit 0d7f140b authored by Brian Stevenson's avatar Brian Stevenson
Browse files

Issue #1100426 by ju.ri: Remove reference to dpm() function.

parent c342c352
No related branches found
Tags 7.x-1.0-rc3
No related merge requests found
......@@ -193,7 +193,7 @@ function _cloudflare_ban_ip($ip) {
* Implementation of hook_form_alter()
*/
function cloudflare_form_comment_form_alter(&$form, $form_state) {
dpm($form);
//dpm($form);
//dpm($form_state);
// If cloudflare hasn't been configured, don't display form alterations.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment