diff --git a/ircd/m.cc b/ircd/m.cc index b497029a3..e102c5cf2 100644 --- a/ircd/m.cc +++ b/ircd/m.cc @@ -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) {