Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Jul 30, 2024
1 parent c15025d commit 671ec6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/integrations/criticalmaas/ta1-results/+Page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import h from "@macrostrat/hyper";
import { AnchorButton, ButtonGroup, Spinner } from "@blueprintjs/core";
import { ContentPage } from "~/layouts";
import { PageHeader } from "~/components";
import { useEffect, useRef, useState } from "react";
import { useEffect, useState } from "react";
import { getMapSources } from "./util";

export function Page() {
Expand Down Expand Up @@ -67,8 +67,6 @@ function SourceItem({ source }) {
const currentURL = window.location.pathname;
const href = `${currentURL}/${cog_id}/${system}/${system_version}`;

console.log("source", source);

if (web_geom == null) {
return h("li", [
h("span.source-id", {}, cog_id),
Expand Down

0 comments on commit 671ec6e

Please sign in to comment.