mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
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:
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user