Skip to content

Commit

Permalink
chore: remove bathing water logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens authored Jul 29, 2024
1 parent 1f4f813 commit f5d8e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-node/src/aggregators/bathing_water.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export async function getBathingWaterIndicator() {
const scrapingResult = await scrapeHtmlBaignadesSitePage(
consultSiteUrl,
);
console.log(scrapingResult);
// console.log(scrapingResult);

if (!scrapingResult) {
missingData++;
Expand Down

0 comments on commit f5d8e3f

Please sign in to comment.