remove broken libsqlite3.dylib, let macos find its own for now

This commit is contained in:
UbitUmarov
2025-04-22 19:34:22 +01:00
parent 78228bd4bc
commit 354966cda9
4 changed files with 0 additions and 8 deletions

View File

@@ -685,10 +685,6 @@ namespace OpenSim.Framework
int index = kvp.Value.FindIndex(delegate(AvatarAttachment a) { return a.ItemID.Equals(itemID); });
if (index >= 0)
{
//m_log.DebugFormat(
// "[AVATAR APPEARANCE]: Detaching attachment {0}, index {1}, point {2}",
// m_attachments[kvp.Key][index].ItemID, index, m_attachments[kvp.Key][index].AttachPoint);
// Remove it from the list of attachments at that attach point
m_attachments[kvp.Key].RemoveAt(index);