mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
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:
commit
8f34d54b0f
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