Use log crate instead of dbg!
This commit is contained in:
parent
c9510db551
commit
c9da3a10d9
3 changed files with 3 additions and 4 deletions
|
|
@ -96,6 +96,8 @@ impl Renderer {
|
|||
}
|
||||
|
||||
pub fn draw(&mut self, target: &mut Target, primitive: &Primitive) {
|
||||
log::debug!("Drawing");
|
||||
|
||||
let frame = target.swap_chain.get_next_texture();
|
||||
|
||||
let mut encoder = self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue