From cfc91c05769adb77dac692cbcc0f90eb8021588d Mon Sep 17 00:00:00 2001 From: Rod Kay Date: Fri, 25 Apr 2025 15:52:14 +1000 Subject: [PATCH] Cosmetics. --- 4-high/gel/source/world/gel-world-client.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/4-high/gel/source/world/gel-world-client.adb b/4-high/gel/source/world/gel-world-client.adb index 2c91672..cb44172 100644 --- a/4-high/gel/source/world/gel-world-client.adb +++ b/4-high/gel/source/world/gel-world-client.adb @@ -587,7 +587,7 @@ is -- added_Event : gel.remote.World.sprite_added_Event; begin - log ("gel.world.client.add (sprite and children) " & the_Sprite.Name & the_Sprite.Id'Image); + -- log ("gel.world.client.add (sprite and children) " & the_Sprite.Name & the_Sprite.Id'Image); gel.World.item (Self.all).add (the_Sprite, and_Children); -- Do base class. -- Self.all_Sprites.Map.add (the_Sprite); @@ -806,7 +806,7 @@ is procedure add (the_Sprite : in Sprite.view) is begin - log ("safe_id_Map_of_sprite" & the_Sprite.Id'Image); + -- log ("safe_id_Map_of_sprite" & the_Sprite.Id'Image); -- raise Program_Error; Map.insert (the_Sprite.Id, the_Sprite);