Skip to content

Commit

Permalink
rimosso debug di troppo
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Dec 17, 2024
1 parent a7e2e92 commit 5f970a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/app/Models/Concerns/ReducibleTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ public function minimumRedux($modifiers)

foreach ($modifiers as $mod) {
$target_level = $mod->getCheckTargetLevel();
\Log::debug('target_level = ' . $target_level);

foreach ($priority as $priority_index => $items) {
if (in_array($target_level, $items) && $priority_index > $target_priority) {
Expand All @@ -260,8 +259,6 @@ public function minimumRedux($modifiers)

$redux_filters = [];

\Log::debug('target_priority = ' . $target_priority);

if ($target_priority <= 2 && $order) {
if ($target_priority <= 1 && $faster && $booking) {
$redux_filters['bookings'] = [$booking];
Expand Down

0 comments on commit 5f970a6

Please sign in to comment.