Removed some debugging in CpeprovisioningController

This commit is contained in:
Frank Schubert
2025-01-23 14:19:26 +01:00
parent c0451c2621
commit 750088adf1

View File

@@ -48,7 +48,7 @@ class CpeprovisioningController extends mfBaseController
// show at most 4 weeks before finish_after date
//$after_ts = Layout::dateToInt($order->finish_after);
if ($order->finish_after > date("U") + (31 * 86400)) {
$this->log->debug("Before 4 weeks before finish_after oid " . $order->id);
//$this->log->debug("Before 4 weeks before finish_after oid " . $order->id);
continue;
}
}
@@ -87,12 +87,12 @@ class CpeprovisioningController extends mfBaseController
}
} else {
$this->log->debug("no bras_type oid " . $order->id);
//$this->log->debug("no bras_type oid " . $order->id);
continue;
}
} else {
// ignore products without attributes
$this->log->debug("no attributes oid " . $order->id);
//$this->log->debug("no attributes oid " . $order->id);
continue;
}