Unverified Commit 319dd470 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

remove a forgotten debug statement

parent 466c2fe6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -61,7 +61,6 @@ sub startup {
			for my $cookie ( @{ $self->req->cookies } ) {
				if ( $cookie->name eq 'theme' ) {
					$self->session( theme => $cookie->value );
					say 'found theme ' . $cookie->value;
				}
				elsif ( $cookie->name eq 'lang' ) {
					my $l = $cookie->value;