Skip to content

Commit

Permalink
remove stalled sysout's
Browse files Browse the repository at this point in the history
  • Loading branch information
René Treffer committed Apr 2, 2010
1 parent db91451 commit 47383d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/org/jivesoftware/smack/Roster.java
Expand Up @@ -745,7 +745,6 @@ private void setOfflinePresences() {
*/
private void fireRosterChangedEvent(Collection<String> addedEntries, Collection<String> updatedEntries,
Collection<String> deletedEntries) {
System.out.println("Firing roster changed events");
for (RosterListener listener : rosterListeners) {
if (!addedEntries.isEmpty()) {
listener.entriesAdded(addedEntries);
Expand Down Expand Up @@ -933,7 +932,6 @@ public void processPacket(Packet packet) {
insertRosterItem(item,addedEntries,updatedEntries,deletedEntries);
}
synchronized (Roster.this) {
System.out.println("Marking the roster initialized");
rosterInitialized = true;
Roster.this.notifyAll();
}
Expand Down

0 comments on commit 47383d1

Please sign in to comment.