diff --git a/app.js b/app.js index 6ab9a98..0b92696 100644 --- a/app.js +++ b/app.js @@ -50,7 +50,7 @@ app.use(handleError); // Saat pesan diterima mqttClient.on('message', (topic, message) => { - console.log(`Received message on topic "${topic}":`, message.toString()); + // console.log(`Received message on topic "${topic}":`, message.toString()); notifikasiWaService.onNotification(topic, message); notifikasiWaService.onNotificationReminder(topic, message); });