Comment out $dateFrom echo statement in XLVask tasks helper to clean up output

This commit is contained in:
Jepp9350
2025-06-12 12:15:13 +02:00
parent 27e8c558a4
commit 7109f68cdd
@@ -188,7 +188,7 @@ class xlvask_tasks
// Since this is a cron task, we will fetch the usage data from the last 24 hours
$minutes = 24 * 60; // 24 hours in minutes
$dateFrom = date('Y-m-d\TH:i:s.000', strtotime('-' . $minutes . ' minutes'));
echo $dateFrom;
//echo $dateFrom; (E.g. 2025-06-11T12:13:16.000)
// If there are no customers, get them. TODO: Remove this in production, this is just for testing