From cf536c084dcb874961330bd277f6e2d9e4721fbc Mon Sep 17 00:00:00 2001 From: Rod Kay Date: Sun, 8 Sep 2024 12:39:49 +1000 Subject: [PATCH] lace.event_connector: Rid debug code. --- 1-base/lace/source/events/lace-event_connector.adb | 2 -- 1 file changed, 2 deletions(-) diff --git a/1-base/lace/source/events/lace-event_connector.adb b/1-base/lace/source/events/lace-event_connector.adb index c7546d1..0294f3c 100644 --- a/1-base/lace/source/events/lace-event_connector.adb +++ b/1-base/lace/source/events/lace-event_connector.adb @@ -343,9 +343,7 @@ is procedure define (Self : in out Item) is begin - ada.text_io.put_Line ("KKK"); Self.Delegator.start (Connections => Self.Connections'unchecked_Access); - ada.text_io.put_Line ("JJJ"); end define;