Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReplace use of debug! by warn! in constellation #10483
Closed
Labels
Comments
|
Code: |
|
I can work on this one. |
|
Go for it :) |
bors-servo
added a commit
that referenced
this issue
Apr 13, 2016
Replace use of `debug!` by `warn!` in `constellation.rs` Fixes #10483. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10489) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The uses of
debug!are gone in release builds, they should be replaced bywarn!.