aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPablo Polvorin <pablo.polvorin@process-one.net>2010-03-02 12:45:59 -0300
committerPablo Polvorin <pablo.polvorin@process-one.net>2010-03-02 12:45:59 -0300
commita3f2588df654dd5e45a976fb8491b7cd99a9ac6b (patch)
treef5ccba4d888f871f5aecc9e8b606b4294445ecd4 /src
parentAdd quotes in documentation of some erl arguments (thanks to Vincent Courcell... (diff)
Remove print debug (thanks evgeniy)
Diffstat (limited to 'src')
-rw-r--r--src/mod_roster_odbc.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mod_roster_odbc.erl b/src/mod_roster_odbc.erl
index 9c9f14192..415961485 100644
--- a/src/mod_roster_odbc.erl
+++ b/src/mod_roster_odbc.erl
@@ -351,8 +351,7 @@ process_item_set(From, To, {xmlelement, _Name, Attrs, Els}) ->
Item2 = process_item_els(Item1, Els),
case Item2#roster.subscription of
remove ->
- io:format("del_roster: ~p ~p ~p \n", [LServer, Username, SJID]),
- odbc_queries:del_roster(LServer, Username, SJID);
+ odbc_queries:del_roster(LServer, Username, SJID);
_ ->
ItemVals = record_to_string(Item2),
ItemGroups = groups_to_string(Item2),