Skip to content

Commit

Permalink
[FIX] console.log en trop
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentthuaudet committed Sep 5, 2024
1 parent 876217e commit c61a11f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,6 @@ if (cluster.isMaster) {
} else {
console.log(req.body.data);
}
console.log(req.body.data);
if (verifyApiKey(res, req.body.apiKey, false, true)
&& verifyData(res, req.body.data, false, "apparatusId")
&& verifyData(res, req.body.data, false, "apparatusVersion")
Expand Down

0 comments on commit c61a11f

Please sign in to comment.