From d087369b967d8b49919d567c7ce2459ecc7cfe20 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Mon, 13 May 2019 12:58:30 -0700 Subject: [PATCH] ircd::m: Remove history warning on init. --- ircd/m.cc | 9 --------- 1 file changed, 9 deletions(-) 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) {