summaryrefslogtreecommitdiffstats
path: root/src/gui/Roster.vala
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2010-06-25 06:14:12 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2010-06-25 06:14:12 +0200
commitfe332740f7c0be59d4ede7097e5bd1eabbf40e39 (patch)
tree57479ec89da0817bc043c8938ce27041607214a9 /src/gui/Roster.vala
parent3eb7e7688dea39fa83f41c1f9aba79a962ef1a15 (diff)
downloadephraim-fe332740f7c0be59d4ede7097e5bd1eabbf40e39.tar
ephraim-fe332740f7c0be59d4ede7097e5bd1eabbf40e39.zip
Chatting works now
Diffstat (limited to 'src/gui/Roster.vala')
-rw-r--r--src/gui/Roster.vala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/Roster.vala b/src/gui/Roster.vala
index 72134e6..be0a5ed 100644
--- a/src/gui/Roster.vala
+++ b/src/gui/Roster.vala
@@ -29,8 +29,6 @@ public class Roster : Object, Gtk.TreeModel {
public Contact get_contact(string jid) {
string bareJID = jid.split("/", 2)[0];
- stdout.printf("Getting Contact for %s\n", bareJID);
-
return entries[bareJID];
}