mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
style: Remove stray debugging println.
This commit is contained in:
parent
16704bbaaa
commit
42f055adb6
1 changed files with 0 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue