Remove println debug line.

cusax-fix
Yana Stamcheva 18 years ago
parent 3445e3452e
commit 1cae62a2f0

@ -681,8 +681,6 @@ private void initGroupsStatus(MetaContactGroup group)
boolean isClosed = ConfigurationManager
.getContactListGroupStatus(group.getMetaUID());
System.out.println("GROUPATAAAA========" + group.getGroupName()
+ "=========IS CLOSED ==============" + isClosed);
if (isClosed)
{
closedGroups.add(group);

Loading…
Cancel
Save