Skip to content

Commit

Permalink
Update wgpu-core/src/device/global.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Teodor Tanasoaia <[email protected]>
  • Loading branch information
nical and teoxoy authored Sep 28, 2023
1 parent 4f5d647 commit 4bc7815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-core/src/device/global.rs
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ impl<G: GlobalIdentityHandlerFactory> Global<G> {
texture_id: id::TextureId,
) -> Result<(), resource::DestroyError> {
profiling::scope!("Texture::destroy");
log::info!("Texture::destroy {texture_id:?}");
log::trace!("Texture::destroy {texture_id:?}");

let hub = A::hub(self);
let mut token = Token::root();
Expand Down

0 comments on commit 4bc7815

Please sign in to comment.