From 6ee6a7d9a1c73c50001c26df8297862caa473726 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Wed, 21 Sep 2022 05:36:39 +0000 Subject: [PATCH] Comment debug logs. #704 --- 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 e9fc6718..07ba261a 100644 --- a/src/Command/LoadWarrantySerialCommand.php +++ b/src/Command/LoadWarrantySerialCommand.php @@ -426,7 +426,7 @@ class LoadWarrantySerialCommand extends Command curl_close($curl); // check result - error_log('Result ' . $res); + // error_log('Result ' . $res); } }