Skip to content

Commit

Permalink
Remove logging code that shouldn't have been comitted
Browse files Browse the repository at this point in the history
  • Loading branch information
ecc521 committed Jun 7, 2024
1 parent baee522 commit c139258
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/gauges/nwsGauges.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ async function loadSiteFromNWS(siteCode) {

let output = processNWSResponse(siteData, siteCode)
output.name = await getSiteName(siteCode)
console.log("NAME", output.name)

return output
}
Expand Down

0 comments on commit c139258

Please sign in to comment.