Skip to content

Commit

Permalink
commenting out console log
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed May 8, 2024
1 parent f04c47c commit 57a741f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/trays/layers/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -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());

Expand Down

0 comments on commit 57a741f

Please sign in to comment.