Remove debug info.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@7412 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-03-08 19:30:12 +00:00
committed by derek
parent 4c8d01cace
commit 79247e716a

View File

@ -206,9 +206,6 @@ public class ContactInfoWindow extends JPanel implements MouseListener {
window.setVisible(false);
contactItem = null;
}
else {
System.out.println("In window");
}
}
};
@ -324,7 +321,7 @@ public class ContactInfoWindow extends JPanel implements MouseListener {
}
public void addChatRoomButton(ChatRoomButton button) {
addToolbarComponent(button);
addToolbarComponent(button);
}
public void addToolbarComponent(Component comp) {
@ -378,8 +375,6 @@ public class ContactInfoWindow extends JPanel implements MouseListener {
inWindow = false;
checkWindow();
}
System.out.println("Mouse Exited");
}