From 57a741f56fe096e54b71c8d2123cbd8ef9a5cbaf Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Wed, 8 May 2024 10:01:07 -0400 Subject: [PATCH] commenting out console log --- src/components/trays/layers/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/trays/layers/list.js b/src/components/trays/layers/list.js index c02144df..5c03912f 100644 --- a/src/components/trays/layers/list.js +++ b/src/components/trays/layers/list.js @@ -31,7 +31,7 @@ export const LayersList = () => { hec_ras_water_surface: "HEC/RAS Water Surface", }; - console.table(layers[0]); + //console.table(layers); const [expandedIds, setExpandedIds] = useState(new Set());