Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Nov 23, 2021
1 parent 89059b8 commit 87d8287
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/media_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ impl MediaList {
media_queries.push(mq);
},
Err(err) => {
println!("{:?}", err);
// media_queries.push(MediaQuery::never_matching());
// let location = err.location;
// let error = ContextualParseError::InvalidMediaRule(
Expand Down

0 comments on commit 87d8287

Please sign in to comment.