From 16c798c31c65319796e78395c8c8ea176b2c0164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Fri, 19 Jan 2024 18:08:50 +0300 Subject: [PATCH] d --- src/App.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/App.swift b/src/App.swift index 432a7f4..3cff64a 100644 --- a/src/App.swift +++ b/src/App.swift @@ -63,21 +63,15 @@ class AppDelegate: UIResponder, UIApplicationDelegate var subscriptions = [AnyCancellable]() func testMic2_id(_ id: String) { - Bus.events - .sink { e in print("ИГР AppD.testM e: '\(e)'") } - .store(in: &subscriptions) DispatchQueue.main.asyncAfter(deadline: .now() + 2) { Bus.send(Bus.keyId(Mic.K.activityDate, id), Date() + 2) } - /* - DispatchQueue.main.asyncAfter(deadline: .now() + 5) { Bus.send(Bus.keyId(Mic.K.activityDate, id), Date() + 2) } DispatchQueue.main.asyncAfter(deadline: .now() + 6) { Bus.send(Bus.keyId(Mic.K.activityDate, id), Date() + 3) } - */ } }