Skip to content

Commit

Permalink
Removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Jan 2, 2024
1 parent b696481 commit 6801296
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/client/src/admin/data/InteractivitySettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default function InteractivitySettings({
basemap?: BasemapDetailsFragment;
geostats?: GeostatsLayer;
}) {
console.log('geostats', geostats, basemap);
const { t } = useTranslation("admin");
const { data, loading } = useInteractivitySettingsByIdQuery({
variables: {
Expand Down Expand Up @@ -100,7 +99,6 @@ export default function InteractivitySettings({
}

const sanitizeTemplate = (propName: "longTemplate" | "shortTemplate" | "title") => {
console.log('sanitize', propName);
if (propName === "title") {
setTitle(title || "");
}
Expand Down

0 comments on commit 6801296

Please sign in to comment.