summaryrefslogtreecommitdiffstats
path: root/src/core/ephraim.erl
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2010-08-17 00:22:21 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2010-08-17 00:22:21 +0200
commit6ec7efc36f44dfddff4c9d843cd4c70cffb95837 (patch)
tree35475563668e508b711517827fba6e2aeb54a0a3 /src/core/ephraim.erl
parenteb4193538b99cf9d49ad0650b1bb816844361ab5 (diff)
downloadephraim-6ec7efc36f44dfddff4c9d843cd4c70cffb95837.tar
ephraim-6ec7efc36f44dfddff4c9d843cd4c70cffb95837.zip
Many improvements to roster view
Diffstat (limited to 'src/core/ephraim.erl')
-rw-r--r--src/core/ephraim.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ephraim.erl b/src/core/ephraim.erl
index c8783f0..c59be72 100644
--- a/src/core/ephraim.erl
+++ b/src/core/ephraim.erl
@@ -143,7 +143,7 @@ loop(State) ->
{iq, response, result, _, 'vcard-temp', Payload, _, _, 'jabber:client'} ->
State#state.roster ! {vcard_iq, From, Payload};
_ ->
- io:format("ephraim: IQ from ~p: ~p~n", [From, IQ])
+ ok %io:format("ephraim: IQ from ~p: ~p~n", [From, IQ])
end,
loop(State);