From 07fb4d1413415413f154b6e0915d840eff783d29 Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Tue, 9 Apr 2024 09:13:57 +1000 Subject: [PATCH] database: Remove session deletion reports - all seems to be working --- database.pike | 1 - 1 file changed, 1 deletion(-) diff --git a/database.pike b/database.pike index 83278845..4b576b14 100644 --- a/database.pike +++ b/database.pike @@ -273,7 +273,6 @@ void notify_settings_change(int pid, string cond, string extra, string host) { @"stillebot.http_sessions": void notify_session_gone(int pid, string cond, string extra, string host) { - werror("SESSION DELETED [%s, %s]\n", cond, extra); G->G->http_sessions_deleted[extra] = 1; }