Skip to content

Commit

Permalink
database: Remove session deletion reports - all seems to be working
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Apr 8, 2024
1 parent 952c492 commit 07fb4d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion database.pike
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 07fb4d1

Please sign in to comment.