0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 20:28:52 +02:00

ircd:Ⓜ️ Remove history warning on init.

This commit is contained in:
Jason Volk 2019-05-13 12:58:30 -07:00
parent 9700f38fc5
commit d087369b96

View file

@ -50,15 +50,6 @@ try
{
if(!ircd::write_avoid)
presence::set(me, "online", me_online_status_msg);
if(room::state::disable_history)
log::warning
{
m::log, "Room state history is disabled by the configuration"
" (ircd.m.room.state.disable_history). This is for development"
" only. You must change this manually when instructed to do so"
" by the developer before production use."
};
}
catch(const http::error &e)
{