Auto merge of #17987 - heycam:rm-println, r=upsuper

style: Remove stray debugging println.

Left this in accidentally in #17981.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17987)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-08-07 00:52:22 -05:00 committed by GitHub
commit 8f34d54b0f

View file

@ -213,7 +213,6 @@ macro_rules! impl_gecko_keyword_conversions {
serialization.push(' ');
serialize_identifier(&ident, &mut serialization).unwrap();
}
println!("serialization: {}", serialization);
Ok(FontFamily::FamilyName(FamilyName {
name: Atom::from(value),
syntax: FamilyNameSyntax::Identifiers(serialization),