From f6a0bc7fb046a34d040bb81d8f13724afd41a505 Mon Sep 17 00:00:00 2001 From: BrittainJackson7 <brittainjackson7@gmail.com> Date: Tue, 24 Oct 2023 10:40:56 -0700 Subject: [PATCH] Remove Debugging --- src/components/presentational/FootprintResults.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/presentational/FootprintResults.jsx b/src/components/presentational/FootprintResults.jsx index ca35d2d35..521a068ad 100644 --- a/src/components/presentational/FootprintResults.jsx +++ b/src/components/presentational/FootprintResults.jsx @@ -141,7 +141,6 @@ export default function FootprintResults(props) { if(foundStyleSheet) { styleSheet = foundStyleSheet.href; styleSheetUrls[collection.id] = styleSheet; - console.log("Found Style Sheet"); } if(isInStacAPI || isInPyAPI) { -- GitLab