Skip to content

Commit c1aadef

Browse files
get rid of erroneous var_dump call
1 parent 55724cf commit c1aadef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/forms/class-form-previewer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public function load_preview() {
3232
$form_id = (int) $_GET['mc4wp_preview_form'];
3333
status_header( 200 );
3434

35-
var_dump( is_singular() );
3635
require __DIR__ . '/views/preview.php';
3736
exit;
3837
}

0 commit comments

Comments
 (0)