Comment debug logs. #708
This commit is contained in:
parent
b4a6e233f1
commit
b3678168da
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class LoadWarrantySerialCommand extends Command
|
||||||
// valid entry, we parse and insert
|
// valid entry, we parse and insert
|
||||||
$serial = trim(strtoupper($row[0]));
|
$serial = trim(strtoupper($row[0]));
|
||||||
|
|
||||||
error_log('Processing ' . $serial);
|
// error_log('Processing ' . $serial);
|
||||||
|
|
||||||
$sku = trim(strtoupper($row[1]));
|
$sku = trim(strtoupper($row[1]));
|
||||||
$dispatch_status = trim($row[2]);
|
$dispatch_status = trim($row[2]);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue