Skip to content

Commit d3cbd74

Browse files
committed
cleanup
1 parent f08dd2b commit d3cbd74

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

frontend/src/_helpers/hydroCron.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ const queryHydroCron = async (swordFeature = null, output = 'geojson') => {
9494
collection_name = 'SWOT_L2_HR_LakeSP_D'
9595
}
9696

97-
// let collection_name = 'SWOT_L2_HR_RiverSP_2.0'
98-
// if (feature_type === 'PriorLake') {
99-
// collection_name = 'SWOT_L2_HR_LakeSP_2.0'
100-
// }
101-
10297
params = {
10398
feature: feature_type,
10499
feature_id,
@@ -112,7 +107,6 @@ const queryHydroCron = async (swordFeature = null, output = 'geojson') => {
112107
collection_name
113108
}
114109
let response = await fetchHydroCronData(HYDROCRON_URL, params, swordFeature)
115-
console.log('hydrocron', response)
116110
if (response == null) {
117111
return
118112
}

0 commit comments

Comments
 (0)