From 34f6602a594b56ea2ccc9cde61fcec4d433c6b3e Mon Sep 17 00:00:00 2001 From: bekodeg Date: Tue, 21 May 2024 20:59:45 +0400 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20=D1=80=D1=83?= =?UTF-8?q?=D0=B4=D0=B8=D0=BC=D0=B5=D0=BD=D1=82=20=D0=BE=D1=82=D0=BB=D0=B0?= =?UTF-8?q?=D0=B4=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SushiBar/SushiBarBusinessLogic/BusinessLogics/OrderLogic.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/SushiBar/SushiBarBusinessLogic/BusinessLogics/OrderLogic.cs b/SushiBar/SushiBarBusinessLogic/BusinessLogics/OrderLogic.cs index f47a449..c16bb41 100644 --- a/SushiBar/SushiBarBusinessLogic/BusinessLogics/OrderLogic.cs +++ b/SushiBar/SushiBarBusinessLogic/BusinessLogics/OrderLogic.cs @@ -84,7 +84,6 @@ namespace SushiBarBusinessLogic.BusinessLogics { throw new ArgumentNullException(nameof(element)); } - _logger.LogDebug($"{model.Id}\n{orderStatus} {element.Status}\n{model.ImplementerId}_{element.ImplementerId}"); if (element.ImplementerId != null && model.ImplementerId != null && model.ImplementerId != element.ImplementerId) {