- Removed debug print method
parent
b61f124cc3
commit
a29d8b9abb
|
@ -323,17 +323,6 @@ namespace OpenSim.Data.Tests
|
|||
name.Append(ch);
|
||||
}
|
||||
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