From cc5e4f38a8b2c6e81d9dda5a8e495d676e449ff9 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Sat, 3 Feb 2024 00:21:01 +0100 Subject: [PATCH] Removed cookie banner --- src/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.cpp b/src/app.cpp index 02088ac..c7a588d 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -56,7 +56,7 @@ App::App(const Wt::WEnvironment &env, Broadcast &server): reSetUser(); if (userName == "") { showLogin(); - Wt::WMessageBox::show("Cookie information", "By technical reasons we set a cookie. This cookie isn't tracking anything or will be saved in a database.", Wt::StandardButton::Ok); +// Wt::WMessageBox::show("Cookie information", "By technical reasons we set a cookie. This cookie isn't tracking anything or will be saved in a database.", Wt::StandardButton::Ok); } else { startChat(); }