Skip to content

Commit

Permalink
Remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmccartney committed Nov 18, 2023
1 parent f9f36f1 commit 4a9bb45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/modules/probel-swp-08/container/workers/worker-matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ const crosspointEvent = async (data) => {
$set: { [`levels.${level}`]: source + 1, timestamp: Date.now() },
};
const options = { upsert: true };

console.log(update);

const status = await dataCollection.updateOne(query, update, options);
};

Expand Down

0 comments on commit 4a9bb45

Please sign in to comment.