Skip to content

Commit

Permalink
style: Remove stray debugging println.
Browse files Browse the repository at this point in the history
  • Loading branch information
heycam committed Aug 7, 2017
1 parent 16704bb commit 42f055a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/style/properties/longhand/font.mako.rs
Expand Up @@ -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),
Expand Down

0 comments on commit 42f055a

Please sign in to comment.