Remove dbg! leftovers in image::atlas

This commit is contained in:
Héctor Ramón Jiménez 2023-05-11 20:19:37 +02:00
parent f02f0c01ea
commit 0ef5ab6c84
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -74,9 +74,6 @@ impl Atlas {
let current_size = self.layers.len();
let entry = self.allocate(width, height)?;
dbg!(&entry);
dbg!(&self.layers);
// We grow the internal texture after allocating if necessary
let new_layers = self.layers.len() - current_size;
self.grow(new_layers, device, encoder);