Skip to content

Commit a9d5926

Browse files
committed
refactor(SetCookie): remove println
1 parent c20395d commit a9d5926

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/header/common/set_cookie.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ impl HeaderFormat for SetCookie {
9898
}
9999

100100
fn fmt_multi_header(&self, f: &mut ::header::MultilineFormatter) -> fmt::Result {
101-
println!("setcookie fmt_multi_header");
102101
for cookie in &self.0 {
103102
try!(f.fmt_line(cookie));
104103
}

0 commit comments

Comments
 (0)