Skip to content

Commit 9dc6104

Browse files
committed
code style fix
1 parent a9d054a commit 9dc6104

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pages/dev/test-site/explore/+Page.client.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import { useCallback, useEffect, useState } from "react";
2222
import { tileserverDomain } from "@macrostrat-web/settings";
2323
import "./main.styl";
2424
import { BlankImage, Image } from "../index";
25-
import { set } from "react-datepicker/dist/date_utils";
2625

2726
export function Page() {
2827
return h(
@@ -114,15 +113,10 @@ function getCheckins(lat1, lat2, lng1, lng2) {
114113
}
115114

116115
function FeatureDetails() {
117-
console.log("FeatureDetails called");
118-
119116
const mapRef = useMapRef();
120117
let checkins = [];
121118
let result;
122119

123-
124-
125-
126120
if(mapRef == null) {
127121
result = getCheckins(0, 100, 0, 100);
128122
} else {

0 commit comments

Comments
 (0)