remove log

This commit is contained in:
MuslemRahimi 2024-10-17 15:35:17 +02:00
parent 9bee2ef4db
commit 8ac9e8f7a9

View File

@ -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 (