mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Cleanup unnecessary debug prints
This commit is contained in:
parent
393daf0502
commit
6361e24f29
17 changed files with 14 additions and 172 deletions
|
@ -1061,7 +1061,6 @@ Error Image::generate_mipmaps() {
|
|||
int size = _get_dst_image_size(width, height, format, mmcount);
|
||||
|
||||
data.resize(size);
|
||||
print_line("to gen mipmaps w " + itos(width) + " h " + itos(height) + " format " + get_format_name(format) + " mipmaps " + itos(mmcount) + " new size is: " + itos(size));
|
||||
|
||||
PoolVector<uint8_t>::Write wp = data.write();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue