From a56de05de1c1fb5d773c37faecc78ac64fa9c494 Mon Sep 17 00:00:00 2001 From: Varun Date: Wed, 19 Mar 2025 11:49:09 +0530 Subject: [PATCH] changes --- src/controllers/tanksController.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controllers/tanksController.js b/src/controllers/tanksController.js index d0d76742..0a7f8e5d 100644 --- a/src/controllers/tanksController.js +++ b/src/controllers/tanksController.js @@ -2934,7 +2934,6 @@ exports.motorAction = async (req, reply) => { } } const thresholdTime = new Date(new Date().getTime() + req.body.manual_threshold_time * 60000); - console.log("New Threshold Time:", thresholdTime); console.log("Current Time:", new Date());