diff --git a/lib/PostText.pm b/lib/PostText.pm index feb8c64..5910662 100644 --- a/lib/PostText.pm +++ b/lib/PostText.pm @@ -138,7 +138,6 @@ sub startup($self) { # Shortcut to new session cookie/identity $r->get('/new', sub ($c) { $c->session(expires => 1); - $c->flash(info => 'Session has been reset; have a cookie. 🍪'); $c->redirect_to('threads_list'); })->name('new_session');