mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
style: Remove an inaccurate and useless debug message.
This commit is contained in:
parent
e9a99b2a7f
commit
9350fa4c55
1 changed files with 0 additions and 5 deletions
|
@ -1131,11 +1131,6 @@ impl Stylist {
|
|||
|
||||
let rule_hash_target = element.rule_hash_target();
|
||||
|
||||
debug!(
|
||||
"Determining if style is shareable: pseudo: {}",
|
||||
pseudo_element.is_some()
|
||||
);
|
||||
|
||||
let matches_user_rules = rule_hash_target.matches_user_and_author_rules();
|
||||
let matches_author_rules =
|
||||
matches_user_rules && self.author_styles_enabled == AuthorStylesEnabled::Yes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue