remove log
This commit is contained in:
parent
9bee2ef4db
commit
8ac9e8f7a9
@ -188,7 +188,6 @@ fastify.register(async function (fastify) {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
const jsonData = JSON.parse(stringData);
|
const jsonData = JSON.parse(stringData);
|
||||||
console.log(jsonData);
|
|
||||||
|
|
||||||
// Check if bpData is a number, not equal to zero, and jsonData properties are not null/undefined
|
// Check if bpData is a number, not equal to zero, and jsonData properties are not null/undefined
|
||||||
if (
|
if (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user