Skip to content

Commit

Permalink
Merge pull request #8 from osg-htc/map-start
Browse files Browse the repository at this point in the history
Removed console.logs
  • Loading branch information
Rhymlore authored Nov 3, 2023
2 parents c7d1d06 + 2cfa1b1 commit f2248b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/app/components/Markers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ const Markers: React.FC<MarkersProps> = ({ onMarkerClick }) => {
if (!esInfo) {
// Handle cases where there's no matching institution in the ElasticSearch data.
return null;
} if(esInfo.gpuProvided > 0) {
console.log({esInfo});
}

const filteredFeature: TypedFeatures = {
Expand Down
1 change: 0 additions & 1 deletion src/app/institutions/elasticQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ async function getFacilityEsData(ospoolOnly = false){
}
return p
}, {})
console.log(facilityData)
return facilityData
}

Expand Down

0 comments on commit f2248b0

Please sign in to comment.