mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Remove debug line from last commit
This commit is contained in:
parent
6cf1e05993
commit
3b34538038
@ -344,8 +344,7 @@ init([Host, ServerHost, Access, Room, HistorySize, RoomShaper, Opts, QueueType])
|
|||||||
lqueue_in({Nick, Pkt, false, misc:usec_to_now(TS), Size}, Hist)
|
lqueue_in({Nick, Pkt, false, misc:usec_to_now(TS), Size}, Hist)
|
||||||
end, State1#state.history, Msgs),
|
end, State1#state.history, Msgs),
|
||||||
State1#state{history = Hist2};
|
State1#state{history = Hist2};
|
||||||
OTher ->
|
_ ->
|
||||||
?WARNING_MSG("OTHER ~p ~p", [Jid, OTher]),
|
|
||||||
State1
|
State1
|
||||||
end,
|
end,
|
||||||
erlang:send_after(?CLEAN_ROOM_TIMEOUT, self(),
|
erlang:send_after(?CLEAN_ROOM_TIMEOUT, self(),
|
||||||
|
Loading…
Reference in New Issue
Block a user