Skip to content

Commit

Permalink
removed unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsharma1100 committed Jul 21, 2022
1 parent bc112d5 commit f3bec2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cron/UpdateOrdersToProcessing.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public function execute()
$dateTimeCheck = time() - static::PROCESS_ORDER_WAIT_TIME;
$sortOrder = $this->sortOrderBuilder->setField('entity_id')->setDirection('DESC')->create();

$this->logger->info($dateTimeCheck);
$searchCriteria = $this->searchCriteriaBuilder
->addFilter(
'rzp_update_order_cron_status',
Expand Down

0 comments on commit f3bec2f

Please sign in to comment.