Skip to content

Commit

Permalink
removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nikiwycherley committed Mar 21, 2024
1 parent 46d8a7a commit 62d90f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/functions/imtd-process.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ async function deleteThresholds (stationId) {
}

async function insertThresholds (stationId, thresholds) {
if (stationId === 6053) {
console.log('thresholds', thresholds)
}
try {
const mappedThresholds = thresholds.map(t => {
return {
Expand Down

0 comments on commit 62d90f7

Please sign in to comment.