From b3678168da2b71162dc0cbdac711fb2856ba871f Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Fri, 30 Sep 2022 04:57:54 +0000 Subject: [PATCH] Comment debug logs. #708 --- src/Command/LoadWarrantySerialCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/LoadWarrantySerialCommand.php b/src/Command/LoadWarrantySerialCommand.php index 40c89620..f70504e7 100644 --- a/src/Command/LoadWarrantySerialCommand.php +++ b/src/Command/LoadWarrantySerialCommand.php @@ -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]);