- Removed debug print method

0.6.0-stable
Sean Dague 2008-10-16 15:58:01 +00:00
parent 72725a0894
commit 8621303ea9
1 changed files with 1 additions and 12 deletions

View File

@ -324,17 +324,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);
}
}
}
}
}