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(); }