Skip to content

Commit

Permalink
VACMS-11230: Follow up to remove debugging code (#15421)
Browse files Browse the repository at this point in the history
  • Loading branch information
chri5tia authored Sep 27, 2023
1 parent 3619568 commit 47a2093
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ function va_gov_block_types_preprocess_details__node_page_edit_form__field_alert
return 'No field block status';
}
$status = $block->get('status')->value;
echo $status;

// If block is not published, provide a custom class.
if (intval($status) === 0) {
Expand Down

0 comments on commit 47a2093

Please sign in to comment.