Comment debug logs. #708

This commit is contained in:
Korina Cordero 2022-09-30 04:57:54 +00:00
parent b4a6e233f1
commit b3678168da

View file

@ -144,7 +144,7 @@ class LoadWarrantySerialCommand extends Command
// valid entry, we parse and insert
$serial = trim(strtoupper($row[0]));
error_log('Processing ' . $serial);
// error_log('Processing ' . $serial);
$sku = trim(strtoupper($row[1]));
$dispatch_status = trim($row[2]);