Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasual committed Dec 30, 2024
1 parent 290e320 commit 83fd171
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ public static function display_note( $note, $show_delete = false, $context = nul
'{row_class}' => 'gv-note',
'{note_detail}' => $note_detail_html,
);
var_dump($note_row);exit;

// Strip extra whitespace in template
$output = gravityview_strip_whitespace( $note_row );

Expand Down

0 comments on commit 83fd171

Please sign in to comment.