diff --git a/vlib/net/http/cookie.v b/vlib/net/http/cookie.v index 58ec2067ca..5070bc7a9c 100644 --- a/vlib/net/http/cookie.v +++ b/vlib/net/http/cookie.v @@ -266,9 +266,6 @@ pub fn (c &Cookie) str() string { .same_site_strict_mode { b.write('; SameSite=Strict') } - else { - // Do nothing - } } return b.str() }