From 898bfa4fd3d2cc8fde154869055c8cbc6a166930 Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Wed, 19 Oct 2022 18:42:24 -0400
Subject: [PATCH] ISTWCMS-5880: coding standards

---
 uw_cfg_common.module | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/uw_cfg_common.module b/uw_cfg_common.module
index e4d4670e..3d0c12a2 100644
--- a/uw_cfg_common.module
+++ b/uw_cfg_common.module
@@ -606,9 +606,8 @@ function uw_cfg_common_preprocess_node(&$variables) {
     $variables['uw_content_moderation_form'] = $render;
   }
 
+  // Set the media flags for the node.
   $variables['media_flags'] = \Drupal::service('uw_cfg_common.uw_service')->uwGetMediaFlags($variables['node']);
-
-  $test = '';
 }
 
 /**
-- 
GitLab