lace.event_connector: Rid debug code.

This commit is contained in:
Rod Kay
2024-09-08 12:39:49 +10:00
parent f93efaaa7c
commit cf536c084d

View File

@@ -343,9 +343,7 @@ is
procedure define (Self : in out Item) procedure define (Self : in out Item)
is is
begin begin
ada.text_io.put_Line ("KKK");
Self.Delegator.start (Connections => Self.Connections'unchecked_Access); Self.Delegator.start (Connections => Self.Connections'unchecked_Access);
ada.text_io.put_Line ("JJJ");
end define; end define;