Comment out $dateFrom echo statement in XLVask tasks helper to clean up output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user