style: Remove an inaccurate and useless debug message.

This commit is contained in:
Emilio Cobos Álvarez 2018-08-17 23:26:24 +02:00
parent e9a99b2a7f
commit 9350fa4c55
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -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;