From ec0c412d5309e9de7afc96d8a7f8221808145c73 Mon Sep 17 00:00:00 2001 From: Olga Nemt Date: Wed, 7 Aug 2024 11:00:05 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D0=BE=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B5=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AsbCloudInfrastructure/Services/Subsystems/SubsystemService.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/AsbCloudInfrastructure/Services/Subsystems/SubsystemService.cs b/AsbCloudInfrastructure/Services/Subsystems/SubsystemService.cs index 412200bd..76bcefa2 100644 --- a/AsbCloudInfrastructure/Services/Subsystems/SubsystemService.cs +++ b/AsbCloudInfrastructure/Services/Subsystems/SubsystemService.cs @@ -264,9 +264,6 @@ internal class SubsystemService : ISubsystemService foreach (var well in wells) { - if (well.Id == 676) { - ; - } var hoursOffset = well.Timezone.Hours; var geDateStartUtc = geDate?.ToUtcDateTimeOffset(hoursOffset);