Skip to content

Commit

Permalink
refactor(SetCookie): remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jan 23, 2017
1 parent c20395d commit a9d5926
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/header/common/set_cookie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ impl HeaderFormat for SetCookie {
}

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

0 comments on commit a9d5926

Please sign in to comment.