- Removed debug print method
parent
72725a0894
commit
8621303ea9
|
@ -325,16 +325,5 @@ namespace OpenSim.Data.Tests
|
|||
}
|
||||
return name.ToString();
|
||||
}
|
||||
|
||||
public void PrintFriendsList(List<FriendListItem> fl)
|
||||
{
|
||||
Console.WriteLine("Friends {0} and {1} and {2}", agent1, agent2, agent3);
|
||||
Console.WriteLine("List owner is {0}",fl[0].FriendListOwner);
|
||||
for (int i = 0; i < fl.Count; i++)
|
||||
{
|
||||
Console.WriteLine("Friend {0}",fl[i].Friend);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue